[PHP] Re: High quality image resizing

2007-03-25 Thread Al
Let's see an example of an image you'd like to resize and tell us what the new size should be. Markus Fischer wrote: Hi, 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()

[PHP] Re: High quality image resizing

2007-03-23 Thread Al
I'd be surprised if Imagemagick won't do the job. It has a terrific amount of tools; but there is a bit of a learning curve. Suggest visiting the IM forums and asking for help. Also, try resizing some images here http://studio.webbyland.com/MagickStudio/scripts/MagickStudio.cgi I use php

[PHP] Re: High quality image resizing

2007-03-23 Thread Markus Fischer
Hi, Al wrote: Suggest visiting the IM forums and asking for help. Also, try resizing some images here http://studio.webbyland.com/MagickStudio/scripts/MagickStudio.cgi thanks for the hints, I'll give them a try. I use php exec() for my work. Same here. I know there are PHP libraries out