crop direction NorthEast
Posted: 2011-01-28T08:21:29-07:00
Hello,
I am trying to crop an image into sub-images and am using the following:
Version: ImageMagick 6.5.8-10 2010-12-17 Q16
convert cookie-monster.jpg -crop 3x3@ +repage +adjoin cookie-monster-c.jpg
this is working great and produces 9 images starting from top left to bottom right
however I need the order to be top right to bottom left, the reason is the naming matching the original order.
I have tried using -gravity but had no success, please help.
Thanks in advance,
YB.
I am trying to crop an image into sub-images and am using the following:
Version: ImageMagick 6.5.8-10 2010-12-17 Q16
convert cookie-monster.jpg -crop 3x3@ +repage +adjoin cookie-monster-c.jpg
this is working great and produces 9 images starting from top left to bottom right
however I need the order to be top right to bottom left, the reason is the naming matching the original order.
I have tried using -gravity but had no success, please help.
Thanks in advance,
YB.