Thumbnails stopped working
Posted: 2009-09-21T14:05:56-07:00
I was using the following code to create resized, centered thumbnails of gif images under ImageMagick 6.3.7 11/18/07 Q16
Then I moved to a 64bit version of CentOS 5.2 from the 32bit version of Centos 4.x and to a different version of ImageMagick ImageMagick 6.2.8 04/17/08 Q16 and my thumbnails no longer center and the padding is black, no matter what color I define in the convert command.
Please help.
Code: Select all
convert $localfile -thumbnail '100x100' -background white -gravity center -extent 100x100 $product_category_img
Please help.