GIF to HEIC Converter
Extract every frame from an animated GIF as a PNG, then follow the one-step guide to convert to HEIC using your OS tools.
Upload GIF
Extracting frames...
0%
Extraction Summary
Frames
—
Width
—
Height
—
Convert PNG to HEIC
Browsers cannot encode HEIC natively (patent-encumbered codec). Download your PNG frames above, then use one of these one-liners:
macOS (built-in)
sips -s format heic frame_01.png --out frame_01.heic
Linux (ImageMagick + libheif)
convert frame_01.png frame_01.heic
Windows (ffmpeg)
ffmpeg -i frame_01.png frame_01.heic
Frame Preview
Upload a GIF to extract its frames
Each frame can be downloaded as a PNG, then converted to HEIC
Frame 1
All frames — click to preview
Done!
Summary
Extract every frame from an animated GIF as a PNG, then follow the one-step guide to convert to HEIC using your OS tools.
How it works
- Upload an animated GIF by clicking the drop zone or dragging a file onto it.
- The tool reads the GIF binary and parses each Graphic Control Extension block to count frames.
- All frames are rendered onto an HTML5 Canvas and exported as individual PNG images.
- Preview any frame using the thumbnail strip and download it individually, or download all frames as separate PNGs.
- Follow the on-page HEIC conversion guide to encode the downloaded PNGs to HEIC using your OS tools.
Use cases
- Convert animated GIFs to HEIC for sharing on Apple devices where HEIC offers superior compression.
- Extract a specific frame from an animated GIF sticker or meme for use in documents.
- Prepare GIF frames for archiving in HEIC format to reduce storage footprint.
- Break apart a GIF animation into individual still images for graphic design work.
- Convert GIF thumbnails to HEIC for iOS app assets requiring the HEIC format.
- Extract the first or last frame of a GIF loop for use as a static preview image.
- Process GIF images privately without uploading to any third-party service.
- Batch-prepare PNG frames ready for automated HEIC encoding via shell scripts.
Frequently Asked Questions
Related tools
Last updated: 2026-05-29 ·
Reviewed by Nham Vu