Re: [Slightly OT] Standardizing image uploads/making thumbnails

2005-03-26 Thread jonathan vanasco
OMFG i don't know c -- i hacked something together tonight in 4 hours (it would have taken 4minutes if i knew c) average time for a resize now -- 0.017 that's roughly 1/6 the speed of PIL, and 1/12th of ImageMagick AMAZING On Mar 26, 2005, at 2:08 PM, D. Hageman wrote: I have one more suggestion

Re: [Slightly OT] Standardizing image uploads/making thumbnails

2005-03-26 Thread D. Hageman
I have one more suggestion for you to try called "epeg". You can find it here. http://www.enlightenment.org/index.php?id=27 It is one of the enlightenment foundation libraries. It is supposedly really fast. You might want to check it out as well. I don't think a perl module exists for it at

Re: [Slightly OT] Standardizing image uploads/making thumbnails

2005-03-26 Thread jonathan vanasco
This is just a followup to an earlier question about efficiently thumbnailing images. I benched everything I could find, which meant the following: netpbm ImageMagick GD Imager And did so using a 90kb jpg that is scaled to fit a 200x200 box The GD jpgs didn't look good. So i threw them

Re: [Slightly OT] Standardizing image uploads/making thumbnails

2005-03-05 Thread jonathan vanasco
The consensus on perlmonks seems to be that GD and ImageMagick can be a pain. I'm gonna try netpbm and Imager. i've used NetPBM in the past and found it pretty fast and super easy to install. On Mar 5, 2005, at 11:57 PM, Sam Tregar wrote: Krang (http://krang.sf.net) uses Imager to do thumbn

Re: [Slightly OT] Standardizing image uploads/making thumbnails

2005-03-05 Thread Sam Tregar
On Sat, 5 Mar 2005, jonathan vanasco wrote: > What have people here found good to use (a2/mp2)? > As far as CPAN mods/interfaces go > GD seems to be faster , but it looks awful > ImageMagick looks better, more stress on the server > Imager looks simple, but even more stress Kr

Re: [Slightly OT] Standardizing image uploads/making thumbnails

2005-03-05 Thread Eric Wilhelm
# The following was supposedly scribed by # jonathan vanasco # on Saturday 05 March 2005 05:02 pm: >I'm trying to figure out a way to standardize image uploads and make >thumbnails > >What have people here found good to use (a2/mp2)? I've been considering a rewrite of Apache::AutoIndex (if Philip