Is there a free software to split a PNG image into some smaller images?
Is there a free software to split a PNG image into some smaller images?
Question
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?
2011/06/02
Accepted Answer
ImageMagick is great for doing things like this from command-line if you need to write batch scripts for image processing:
2011/06/02