GIF to Sprite Sheet Generator

Convert animated GIFs into sprite sheets for games and web animations

Upload Your GIF

🎮
Drop your GIF here or click to browse
Supports GIF files up to 10MB

Sprite Sheet Settings

0
Frames
0
Width
0
Height
0x0
Sprite Size
Original GIF
Original GIF
Sprite Sheet Layout
↔️
Horizontal
All frames in a row
↕️
Vertical
All frames in a column
Grid
Optimized rows & columns
⚙️
Custom
Set columns manually
Number of columns in grid layout
Pixels between frames
Output scale
Frames (click to exclude)
Sprite Sheet Preview 0 x 0
Animation Code

Sprite Sheet Tips

🎮
Game Development
Use horizontal layouts for side-scrolling games. Most game engines expect frames in a single row.
🌐
CSS Animations
Use the generated CSS code with steps() timing function for smooth sprite animations.
📦
Texture Atlases
Grid layout is ideal for texture atlases. Use JSON output for precise frame coordinates.
Performance
Sprite sheets load faster than multiple images. One HTTP request instead of many.