Initializing... drag & drop files here
Supports: APNG, PNG
APNG (Animated PNG) is a lossless format that stores a full animation with an alpha channel, which makes even a short loop large. HEIF (High Efficiency Image Format) is a modern container, standardized by MPEG, that stores the same picture far more compactly using HEVC compression. This converter takes your .apng and produces a single still HEIF image — useful when you want one compact, high-quality frame rather than the full animation. Because HEIF is mostly an Apple-and-modern-device format, read the support notes below before choosing it over WebP or GIF.
APNG is an animated, multi-frame format; the HEIF this tool outputs is a single still image, not an animated .heifs sequence. During conversion the animation is reduced to one frame — by default the first frame of the loop. So treat this as "extract a high-quality still from an APNG and store it as HEIF," not "turn an animation into an animated HEIF." If you need the motion preserved, convert to APNG to WebP, which keeps both the animation and the alpha channel.
| Property | Value |
|---|---|
| Full name | Animated Portable Network Graphics |
| Type | Raster, animated, lossless |
| Compression | Lossless (DEFLATE, same as PNG) |
| Alpha transparency | Yes (8-bit and 16-bit alpha) |
| Animation | Yes — multi-frame with per-frame timing and a loop flag |
| Native browser support | Chrome, Edge, Firefox, Opera, Safari |
| Best for | Short, high-fidelity loops where transparency and crisp edges matter |
| Property | Value |
|---|---|
| Full name | High Efficiency Image File Format |
| Standard | ISO/IEC 23008-12 (MPEG-H Part 12), published 2015 |
| Default codec | HEVC (H.265); the container can also hold AV1, AVC, and others |
| Still extension | .heif (or .heic when HEVC-coded by Apple) |
| Sequence extension | .heifs / .heics (not produced by this tool) |
| Alpha transparency | Yes |
| Native browser support | Safari 17+ on macOS and iOS; not natively supported in Chrome, Firefox, or Edge (around 14% global, per caniuse) |
| Best for | Compact, high-quality stills inside the Apple/modern-device ecosystem |
HEIF is the broad container; HEIC is the specific case where the image is coded with HEVC and given Apple's .heic naming. In practice a HEVC-coded HEIF and a HEIC file are the same payload under two extensions. If your target is specifically an Apple .heic (for Photos, iMessage, or AirDrop), use the sibling APNG to HEIC page; pick HEIF here when you want the broader container name.
.apng onto the page or click "Upload" to pick it. You can add several files at once.No. The HEIF this tool outputs is a single still image, so the multi-frame animation is reduced to one frame (the first frame by default). HEIF can technically hold an image sequence as a .heifs file, but that is not what this converter produces. To keep the motion, convert to APNG to WebP or APNG to GIF instead.
HEIF has very narrow native browser support — only Safari 17 and later (macOS and iOS) decodes it in an <img> tag, and global support sits around 14%. Chrome, Firefox, and Edge have never added native HEIF decoding. If you need a frame that opens everywhere, convert to WebP or PNG rather than HEIF.
HEIF is the container standard (ISO/IEC 23008-12); HEIC is the same container coded with HEVC and named with Apple's .heic extension. A HEVC-coded HEIF and a HEIC file carry the same kind of payload. If you specifically need an Apple .heic, use the APNG to HEIC page; choose HEIF here for the broader format name.
Yes — HEIF supports an alpha channel, so the transparency from your APNG frame is preserved in the still HEIF. This is one reason to prefer HEIF over JPEG, which would flatten transparency onto a solid background.
It is usually much smaller, because APNG stores every frame losslessly while a still HEIF stores one frame with efficient HEVC compression. In our testing, a 12-frame APNG loop of about 6 MB converted to a single still HEIF of roughly 90-150 KB at the Very High preset. Lowering the preset or resolution shrinks it further.
HEIF is an active ISO/IEC standard (23008-12), first published in 2015 and revised since. This tool's output uses the default HEVC codec, which is what most HEIF readers — including Apple's — expect. The container can also hold AV1 or AVC payloads, but those are not produced here.
Pick WebP when you need the still to open in ordinary web browsers or you might later want the animation back — WebP is supported almost everywhere and can also stay animated, via APNG to WebP. Pick HEIF when your target is the Apple or modern-device ecosystem and you want the most compact high-quality still, since HEVC-coded HEIF typically packs a frame smaller than an equivalent-quality WebP. In short: WebP for reach, HEIF for maximum compression inside a supported ecosystem.
Slightly, by design. APNG stores each frame losslessly, whereas HEIF encodes the still with HEVC, a lossy codec, at the Quality Preset you select. At "Very High" the difference is hard to see and the file is a fraction of the size; stepping down to High or Medium trades more visible detail for an even smaller HEIF. If you need a pixel-exact, lossless still instead, keep the frame as PNG rather than HEIF.