Re: High quality image resizing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, March 23, 2007 10:57 am, Markus Fischer wrote:
> I'm searching for a high quality image resizing facility to be used
> within PHP in an Unix/Linux environment.
>
> Probably everyone will now answer: imagecopyresampled()
>
> However, the quality of that functionality doesn't match the
> expectations of our designers. I've done my tests with PHP4 and GD lib
> 2.0.33 and everything produces with them got rejected so far. I was
> also
> going through the comments on php.net regarding self-written Bicubical
> algorithm functions, yet their outcome didn't match.
>
> My next step was to try ImageMagick. The quality is much better when
> using the 'mogrify' tool from this package, yet not good enough for my
> designers.
>
> Of course, their expectations are very high because of their daily
> usage
> of Photoshop. During my research I was running over
> http://resizr.lord-lance.com/ which uses an commercial Windows
> library.
> Using a commercial package would be completely fine for me, however I
> just haven't found anything, thus this message.
>
> Whether the tool is a PHP library or just an ordinary Unix command
> doesn't matter, as long as it is usable from within PHP.

Perhaps you could run GIMP from the command line to get it to re-size...

You should also consider what quality setting you are using to dump
out the JPEG.

Maybe imagecopyresampled would have been fine if you cranked up the
JPEG output quality setting to a higher value...

You'll pay for it in filesize, though.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux