NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tried Imlib2? (Score:2)
Re: (Score:1)
I was recently planning to switch an app from ImageMagick to Imlib2 for thumbnails and wrote a benchmark to see how much improvement I would get. I just added Imager for comparison:
Rate imager magick preview imlib2
imager 4.92/s -- -2% -64% -82%
magick 5.04/s 2% -- -63% -81%
preview 13.5/s 174% 168% -- -50%
imlib2 26.8/s 445% 432% 99% --
So, Imlib2 is faster than even Imager's preview mode. Of course Imager does a lot of thin
Re:Tried Imlib2? (Score:2)
Thanks - looks like I need to investigate Imlib2.
I suppose working on Win32 is too much to ask.
Reply to This
Parent