Posted: 2006-07-17T14:44:08-07:00
Code: Select all
convert input.png -crop 100x100 scene%04d.png
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=6999
Code: Select all
convert input.png -crop 100x100 scene%04d.png
Code: Select all
convert image image image image.... \
-crop 100x100+50+50 subimages_%03d.png