Program & Design Tips, tricks, tutorials, and tools on programming & web design

24Dec/112

To split an image into tiles using ImageMagick

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.

Comments (2) Trackbacks (0)

Leave a comment

No trackbacks yet.