CG CrazyGamesUpplay · build · explore
Explore
CrazyGamesUp

Tilemap Previewer

Render CSV or JSON tilemap data with an uploaded tileset using configurable tile size, tileset columns, spacing, margins, empty IDs, and PNG export.

Frequently Asked Questions

What does the Tilemap Previewer do?

Render CSV or JSON tilemap data with an uploaded tileset using configurable tile size, tileset columns, spacing, margins, empty IDs, and PNG export.

How does the Tilemap Previewer handle tile IDs, tileset columns, and source rectangles?

It parses a rectangular tile array, converts each non-empty tile ID into a tileset row and column, and draws the corresponding source rectangle onto the map canvas.

What can I export from the Tilemap Previewer?

Download the rendered map as PNG and copy normalized JSON containing width, height, tile dimensions, and tile IDs.

What should I check after using the Tilemap Previewer?

Tile IDs may be zero-based or one-based depending on the source engine; use the first tile ID setting to align the preview.

Does the Tilemap Previewer upload my images?

No. Image loading, canvas processing, previews, animation, copying, and downloads are handled locally in your browser.