
I can not find any parameter to cut an img from the reverse direction from
http://www.imagemagick.org/Usage/crop/
how to do that?

Code: Select all
convert input.jpg -gravity southeast -crop 30x30+0+0 +repage output.jpg
it works ,thank you very much!Bonzo wrote:Try:Code: Select all
convert input.jpg -gravity southeast -crop 30x30+0+0 +repage output.jpg
Users browsing this forum: Bing [Bot] and 1 guest