Unable to thumbnail certain images.
Posted: 2011-04-12T12:08:11-07:00
Hello All,
I am new to this but am having issue with only certain types of images see example at (http://jermsmedia.com/ArizonaFishingGui ... lmouth.jpg)
I am using the following code to convert other images successfully but am clueless as to why this one will not work. The only thing I see is the image resolution is at 480 where most successful ones are 180 or less. I have tried -resamples with no avail.
Any help on this would be greatly appreciated.
Host is running ImageMagick 6.5.9
Thank you,
Jeremy
I am new to this but am having issue with only certain types of images see example at (http://jermsmedia.com/ArizonaFishingGui ... lmouth.jpg)
I am using the following code to convert other images successfully but am clueless as to why this one will not work. The only thing I see is the image resolution is at 480 where most successful ones are 180 or less. I have tried -resamples with no avail.
Code: Select all
exec("convert $imgpath -thumbnail '1024x768>' $imgpath");
exec("convert $thmbpath -thumbnail '150x150>' $thmbpath");
Host is running ImageMagick 6.5.9
Thank you,
Jeremy