[Magick-bugs] M++ crop, zoom, crop -> exception

omicronpersei8 at imagemagick.org omicronpersei8 at imagemagick.org
Fri May 25 16:21:43 PDT 2007


> convert t4.jpg -crop 100x100+100+0 -resize 200x200 -identify  \
> -crop 100x200+50+0 tx.jpg

Add +repage

  convert t4.jpg -crop 100x100+100+0 +repage -resize 200x200 -identify
    -crop 100x200+50+0 tx.jpg


More information about the Magick-bugs mailing list