Page 1 of 1

Posted: 2006-07-17T14:44:08-07:00
by glennrp

Code: Select all

convert input.png -crop 100x100 scene%04d.png

Posted: 2006-07-17T16:44:44-07:00
by anthony
For a specific rectangle from a LOT of images
say a 100x100 pixel sub-image positioned at +50+50 try...

Code: Select all

   convert image image image image.... \
              -crop  100x100+50+50   subimages_%03d.png