If you’ve got ImageMagick installed, you can split an image into squares with a command like:
convert -crop 256x256 terrain.png tiles/tile%03d.png
I’m using this to break up a MineCraft texture I downloaded.
If you’ve got ImageMagick installed, you can split an image into squares with a command like:
convert -crop 256x256 terrain.png tiles/tile%03d.png
I’m using this to break up a MineCraft texture I downloaded.
2 thoughts on “To split an image into tiles using ImageMagick”
nice
james a. munsch
Thanks
SpyBot