Help with tiles
Anonymous
Monday, January 31, 2011 - 11:12
Hey,
Could some one help me with these tiles : http://opengameart.org/opengameart/sites/default/files/grass_and_water.png
I need them cut to individual tiles with their correct measurement which i think is 64px by 64px but im not sure, i don't have a program to do it =/
Hope you can help ! :)
So you're looking for a bunch of individual images, one per tile, right?
I split the image and uploaded the zip file as an additional item. Here's a direct link:
http://opengameart.org/sites/default/files/grass_and_water_tiles.zip
On the off chance that you're working with a linux (or cygwin) command line, look into the ImageMagick toolkit, specifically the convert tool, which is what allowed me to split them quickly.
The command was this:
convert -crop 64x64 ../grass_and_water.png grass_and_water_%d.png
Anyway, enjoy! :)
Bart
Thank you bart ! So kind ! :)