Initializing... drag & drop files here
Supports: PSD
Turn a set of Photoshop PSD files into one animated PNG: upload your PSDs in order, set a frame rate, and download a single looping APNG. Each PSD is flattened to its composited image and becomes one frame — layers and masks are merged, not split into separate frames. Because PSD can carry an alpha channel and APNG stores full 8-bit per-pixel transparency, transparent areas survive the conversion intact. Upload one PSD and you get a clean one-frame APNG; upload several and each becomes a frame in the animation.
| Property | APNG | GIF |
|---|---|---|
| Color depth | 24-bit (16.7M colors) | 8-bit (256 colors) |
| Transparency | 8-bit per-pixel alpha | 1-bit (on/off, hard edges) |
| Gradients / soft shadows | Smooth, no banding | Visible banding and jagged edges |
| Compression | Lossless | Lossless, palette-limited |
| Fallback when unsupported | Shows first frame as a still PNG | N/A (near-universal) |
| Browser support | ~94.7% of users | Near-universal |
Add every PSD you want as a frame before you convert — the upload order is the playback order. Each file is flattened to its composited image and becomes one frame, and the FRAMERATE setting controls how long each frame is shown. A single uploaded PSD produces a valid one-frame (static) APNG.
No. Each PSD is flattened to the single composited image you would see with all visible layers merged, and that becomes one frame. Layers, masks, and adjustment layers are baked into the frame, not turned into individual frames. If you want each layer as its own frame, export them as separate PSD or PNG files in Photoshop first, then upload those in order.
Yes. If a PSD has transparent areas (an alpha channel rather than a flattened white background), APNG preserves them with full 8-bit per-pixel alpha — so soft edges, drop shadows, and partial transparency stay smooth. In our testing, a PSD with a feathered cutout produced an APNG with clean anti-aliased edges, where the same source exported to GIF showed a hard, jagged outline.
GIF caps every frame at 256 colors, which adds visible banding to gradients, glows, and soft shadows common in PSD designs. APNG stores full 24-bit color losslessly, so the frames look like the Photoshop composite. APNG also has true 8-bit alpha versus GIF's 1-bit on/off transparency. If you specifically need the universal compatibility of GIF, use PSD to GIF instead.
Chrome 59+, Firefox 3+, Safari 8+, Edge 79+, and Opera 46+ play APNG natively — about 94.7% of users worldwide per caniuse. In an app or old browser that does not support it (such as Internet Explorer), the file falls back to showing its first frame as a normal still PNG. If you only need a single static image, use PSD to PNG.