-extract help needed please
Posted: 2008-09-22T12:53:57-07:00
I've spent a bit of time googling for the answer but thank god I found this forum. I installed latest version of IM on both my local (windows binary install of version 6.4.3.7) and on dev environment at work (6.0.7.1 on redhat using up2date imagemagick).
Out of the box, on my local version, IM did what it was supposed to do. It works perfectly. Portions of the image get extracted out and that portion gets resized down the the thumbnail size.
On dev, the -thumbnail portion seems to work just fine, and it would resize the image, but it would not extract the portion I want it to extract. It just resize the entire image.
I am issuing via php's passthrough function the command:
Code:
convert -format jpeg -extract 1024x768+0+0 -thumbnail 600x450 /var/www/html-dev/images/managed/blogimage_raymanravingrabbids2shrek1163_1222111681.jpg /var/www/html-dev/images/managed/blogimage_raymanravingrabbids2shrek1163_1222111681.jpg_thumbs_600x450
On my windows local version, it works perfectly fine.
Is there any linux config for IM that could possibly have this effect ? Or is it the version differences ? I'm pretty much stumped. Google is not my friend for this one.
Out of the box, on my local version, IM did what it was supposed to do. It works perfectly. Portions of the image get extracted out and that portion gets resized down the the thumbnail size.
On dev, the -thumbnail portion seems to work just fine, and it would resize the image, but it would not extract the portion I want it to extract. It just resize the entire image.
I am issuing via php's passthrough function the command:
Code:
convert -format jpeg -extract 1024x768+0+0 -thumbnail 600x450 /var/www/html-dev/images/managed/blogimage_raymanravingrabbids2shrek1163_1222111681.jpg /var/www/html-dev/images/managed/blogimage_raymanravingrabbids2shrek1163_1222111681.jpg_thumbs_600x450
On my windows local version, it works perfectly fine.
Is there any linux config for IM that could possibly have this effect ? Or is it the version differences ? I'm pretty much stumped. Google is not my friend for this one.