Easy PNG to Sprites
Combining loose PNG sprites into a single spritesheet is a routine asset-pipeline step that usually requires a desktop tool (TexturePacker, ShoeBox) or a hand-rolled Pillow / ImageMagick script. This API does it in one HTTP request — and returns the canvas plus optional TexturePacker JSON Array metadata in the same response. What sets it apart: - **True-size bin packing.** When inputs vary in…
Easy PNG to Sprites endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check if this API is still alive. |
| POST |
Split Sprite Sheet /split-spritesheet |
Extract a series of PNGs from sprite sheet, or generate sprite sheet Atlas. |
| POST |
PNG to Spritesheet /to-spritesheet |
Merge an ordered list of PNG files into a single spritesheet PNG. |
| POST |
Trim PNG Edge /trim |
Crop transparent edges from one or more PNG files. |
Easy PNG to Sprites pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO Recommended | $8 / month | 50 / minute |
|
| ULTRA | $12.5 / month | — |
|