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.