Monday, January 8, 2018

Is there a free software to split a PNG image into some smaller images?


I have a large image. It will be better if I can split it into m columns by n rows of smaller images.


Is there a free software to split a PNG image into some smaller images?



Answer



ImageMagick is great for doing things like this from command-line if you need to write batch scripts for image processing:


http://www.imagemagick.org/Usage/crop/#crop_tile


No comments:

Post a Comment