Web Hosting Talk







View Full Version : question about create thumbnail


tester_geniusd
04-12-2006, 05:08 PM
Hello

I need create thumbnail of many formats of images. I know how do it on php with help of GD lib. But i need support many more format of files.

Please advise me solution of my problem.
Thanks.


Kind regards,
Dmitry

prggr
04-12-2006, 07:10 PM
What you want to use is ImageMagick - www . imagemagick . org

Then you just call it from PHP's exec() or system() commands and pass it the image filename and what you want to do to the file and it will spit out a new one for you. Thumbnails are a breeze and it supports a wide variety of file formats.

mitchlrm
04-12-2006, 11:42 PM
What formats are do you need support for? Your question is pretty unclear.