CG CrazyGamesUpplay · build · explore
Explore
CrazyGamesUp

Sprite Sheet Generator

Combine multiple PNG, JPG, WebP, or GIF frames into a clean sprite sheet and export matching frame metadata.

Frequently Asked Questions

What image formats can I combine?

You can load PNG, JPG, WebP, and browser-supported GIF files. Each file is treated as one frame and processed locally in your browser.

How does automatic cell sizing work?

Auto sizing uses the widest and tallest loaded frame so every source image fits without being stretched. You can override the cell width and height when your engine requires fixed dimensions.

Does the exported JSON include frame coordinates?

Yes. The JSON records each frame name, x and y position, frame width and height, source dimensions, padding, rows, columns, and final atlas size.

Can the sprite sheet keep transparency?

Yes. Choose Transparent as the background to preserve alpha. You can also select an opaque background color for engines or pipelines that do not use transparency.

Are my sprite files uploaded to a server?

No. Image decoding, canvas rendering, and downloads happen inside your browser, so your artwork is not sent to CrazyGamesUp.