Initializing... drag & drop files here
Supports: APNG, PNG
APNG (Animated PNG) is a lossless animated raster format that plays in most browsers; HEIC is Apple's still-photo format — HEVC-encoded image data wrapped in the HEIF container, and the default capture format on iPhones since iOS 11. This converter takes the first frame of your animated APNG and writes it as a single still HEIC, so you get one crisp, small image rather than a moving one. If you actually need the animation to keep playing, HEIC is the wrong target — see the candid guidance below.
No. HEIC technically can hold an image sequence (the image/heic-sequence variant that backs Apple Live Photos and cinemagraphs since iOS 13), but animated-HEIC playback is confined almost entirely to Apple's own apps, and most converters — this one included — flatten APNG to a single still frame. Our pipeline keeps the first frame of the APNG and discards the rest, producing a standard still HEIC that opens in Apple Photos, Preview, and any HEVC-aware viewer.
If your goal is a moving image that plays widely, convert to one of these instead:
| Property | Value |
|---|---|
| Standard | PNG (ISO/IEC 15948) plus the APNG animation extension (Mozilla, 2008) |
| Released | 2008 (animation extension) |
| Codec / payload | DEFLATE-compressed RGBA frames — lossless |
| Container | PNG datastream with acTL/fcTL/fdAT chunks |
| Bit depth | Up to 8 bits per channel, full alpha transparency |
| Animation | Yes — multi-frame with per-frame timing |
| Native browser support | Chrome, Firefox, Edge, Safari (all current versions) |
| Best for | Short lossless animations and stickers with crisp edges and transparency |
| Property | Value |
|---|---|
| Standard | ISO/IEC 23008-12 (MPEG-H Part 12, HEIF), finalized mid-2015 |
| Released | HEIF spec 2015; Apple adopted the HEIC variant in iOS 11 (2017) |
| Codec / payload | HEVC (H.265) intra-coded image — lossy or lossless |
| Container | HEIF (.heic); can hold one still, an image sequence, or a Live Photo |
| Bit depth | 8-bit or 10-bit per channel |
| Native support | Safari, iOS/iPadOS, macOS High Sierra+; Android 10+ with a hardware HEVC decoder. Not native in Chrome, Firefox, or Edge; Windows needs the paid HEVC extension |
| Best for | Small, high-quality stills that stay inside the Apple ecosystem |
.apng file onto the page or click "Add Files." You can queue several at once for batch conversion.No. The output is a single still image built from the first frame of your APNG; the remaining frames are dropped. HEIC can store sequences in theory, but that variant only plays reliably inside Apple's apps, so a flattened still is the dependable result everywhere.
HEIC encodes the image with HEVC (H.265), the same intra-frame compression used in modern video, while APNG stores every pixel losslessly with DEFLATE. In our testing, a 1080-pixel-wide APNG frame written to HEIC at the Very High preset landed at roughly a quarter of the size of the equivalent lossless PNG, with no visible difference at normal viewing distance.
Not without help. Among browsers only Safari decodes HEIC natively; Chrome, Firefox, and Edge do not. Windows requires Microsoft's paid HEVC Video Extension, and Android needs version 10 or newer with a hardware HEVC decoder. If you need a file that opens anywhere, convert to WebP or JPG instead.
Pick HEIC only if the image will live inside the Apple ecosystem — Photos, iCloud, AirDrop, Messages between iPhones — where you want the smallest possible high-quality still. For anything destined for the open web, email, or non-Apple devices, APNG to WebP keeps the animation and plays almost everywhere, and JPG is the safest still-image fallback.
The first frame's alpha channel is carried into the HEIC where the encoder supports it, but transparency in HEIC is far less universally respected than in PNG or WebP. If a clean transparent background matters, WebP is the more reliable target for a still, and PNG for guaranteed alpha.
The converter writes a standard HEVC-coded HEIF still at 8-bit depth, which is what Apple Photos and Preview expect and what gives the widest compatibility among the tools that can open HEIC at all. The Quality Preset controls the HEVC quantization, not the bit depth.
The very first frame. The converter keeps frame one of the animation and discards the rest, so the still you get is whatever the APNG showed at the start of its loop. If the opening frame is blank or the start of a fade-in, the HEIC will capture that — in which case export the exact frame you want from an editor first, or convert with APNG to WebP to keep the whole animation.
By default, yes. HEIC stores the frame with HEVC (H.265) intra-frame compression, which is lossy, so it trades a little pixel-exactness for a much smaller file than APNG's lossless DEFLATE. At the Very High preset the difference is not visible at normal viewing distance; if you need a pixel-perfect still instead, a lossless PNG or WebP keeps every original pixel.