problems since upgrading
Posted: 2014-10-22T12:32:09-07:00
I recently upgraded to the latest ImageMagick - 6.8.9, from 6.2.x, and have since noticed some odd things.
The biggest perplexity is in cropping. I am converting a ps file to png, like so:
convert -resize 512x512 -crop 256x256 image.ps image.png
Previously, this created 4 images that were each 256x256. However, now with the latest version, I am getting 9 (3x3) unequally sized dimension images. I am thoroughly confused.
Can someone offer any suggestions?
I've noticed some other differences as well, but this is the one I'm having trouble getting around.
The biggest perplexity is in cropping. I am converting a ps file to png, like so:
convert -resize 512x512 -crop 256x256 image.ps image.png
Previously, this created 4 images that were each 256x256. However, now with the latest version, I am getting 9 (3x3) unequally sized dimension images. I am thoroughly confused.
Can someone offer any suggestions?
I've noticed some other differences as well, but this is the one I'm having trouble getting around.