crop option changed between 6.4.0 and 6.4.1
Posted: 2008-06-05T21:31:20-07:00
The following command worked with version 6.4.0 but not 6.4.1 (this is on Mac OS X, installed via Macports):
The original image (orig.png):
--------------------------
Original image processed with version: ImageMagick 6.4.0 04/04/08 Q16 (this is expected behavior):
--------------------------
Original image processed with version: ImageMagick 6.4.1 06/05/08 Q16 (Hm, something changed):
Thanks for any help!
Code: Select all
mogrify -rotate 90 -crop 855x690+50+15! -type TrueColorMatte -transparent "#EFEFEF" -depth 8 orig.png
--------------------------
Original image processed with version: ImageMagick 6.4.0 04/04/08 Q16 (this is expected behavior):
--------------------------
Original image processed with version: ImageMagick 6.4.1 06/05/08 Q16 (Hm, something changed):
Thanks for any help!