How to crop image toward right by pixels?
Peng Yu <[email protected]> Tue, 5 Oct 2010 20:11:03 -0500
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, convert.exe tif/tmp_Page_1.tiff -gravity East -crop 70%x100% tmp.tiff The above command can correctly crop the right 70% of the image. But the following command always crops toward the left. Is this a bug? convert.exe tif/tmp_Page_1.tiff -gravity East -crop 3000x3397 tmp.tiff I have the following ImageMagick version. $ convert.exe -version Version: ImageMagick 6.6.1-7 2010-05-07 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC Features: OpenMP -- Regards, Peng