Easy GIF to Sprites
## Why Easy GIF2Sprite? Converting between GIF animations and sprite sheets normally requires image editing software, scripting with Pillow/ImageMagick, or manual frame-by-frame work. This API does it in a single request — in both directions. **GIF → PNG:** Upload a GIF (or pass a URL) and get back a game-ready sprite sheet or a ZIP of individual frames, with optional background removal. **PNG →…
Easy GIF to Sprites endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
PNG to GIF [Upload Sprite] /from-spritesheet |
Convert a Sprtie sheet PNG to GIF. [Upload a File] |
| POST |
PNG to GIF [From URL] /from-spritesheet |
Convert a Sprtie sheet PNG to GIF |
| POST |
PNGs to GIF [Upload Multiple Sprites] /from-frames |
Convert a series of PNG to GIF. [Upload Multiple File] |
| POST |
GIF2Sprites [Upload File] /to-spritesheet |
Converts a GIF animation into a single PNG sprite sheet with all frames arranged in a grid. |
| POST |
GIF2Frames [From URL] /to-frames |
Extracts all frames from a GIF animation and returns them as individual PNG files inside a ZIP archive. |
| POST |
GIF2Frames [Upload File] /to-frames |
Extracts all frames from a GIF animation and returns them as individual PNG files inside a ZIP archive. |
| GET |
Health Check /health |
Check is it still alive. |
| POST |
GIF2Sprites [From URL] /to-spritesheet |
Converts a GIF animation into a single PNG sprite sheet with all frames arranged in a grid. |
Easy GIF to Sprites pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $8 / month | 20 / minute |
|
| ULTRA | $12.5 / month | — |
|