Cut a sprite sheet and save tile as an image?

I am want to make a game and I have a tileset sprite sheet. Tiled let me cut the sprite sheet into tile but is there any way to save the tile created individually in png or other image format ?

Hello and welcome to the Tiled forum!

Tiled doesn’t currently support that. Internally Tiled cuts the tileset image into smaller images so it can render the tiles, but there is no option to save those tiles as individual images.

But, you can do it with ImageMagick. Check out how to sub-divide one image into multiple images.

1 Like