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

24Dec/110

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 (0) Trackbacks (0)

No comments yet.


Leave a comment

(required)

No trackbacks yet.