Tile Map Optimizer

This tool was designed to help users to easily take a Tiled Map with multiple tilesets and merge them into a single one.

Merge multiple TileSets images into one and get the proper TiledMap for it based on your multiple TileSet TiledMap.

Have you created a map with Tiled? (https://www.mapeditor.org)
Does your map include multiple TileSets and you are using just a few tiles from each image?
Then you can use this optimizer to get a single merged PNG image and all the data-layers fixed to use the optimized image.
Got the result image? You can even try to optimize more with: https://tinypng.com or https://www.websiteplanet.com/webtools/imagecompressor/.
Have any extrude-issues with it? Try FrameExtruder!


This tool (for now) works under the command line, you will need to create a small script to provide the data and then run the tool execution through Node JS.

You can find the tool on GitHub or just install it through NPM:

- GitHub: https://github.com/damian-pastorini/tile-map-optimizer/

- NPM: https://www.npmjs.com/package/@reldens/tile-map-generator

npm i @reldens/tile-map-optimizer

Once you install it, you can use the tool like in the examples:

https://github.com/damian-pastorini/tile-map-optimizer/blob/master/examples/generate.js