PSD
PSD raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/vnd.adobe.photoshop
Free PSD to PNG conversion online, with the real pixel decoding and image re-encoding behavior, what gets lost, and a concrete way to check the output.
A photoshop document that can contain layers, masks, channels, type, and adjustment data is decoded into a working pixel canvas first, then written back out under PNG's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. PSD import reconstructs the composite plus layer stack, masks, channels, blend modes, effects, text, smart objects, resolution, and color profile. PNG output preserves the exact raster samples with optional full alpha and color metadata, though file size, palette reduction, the lack of animation, and profile handling all still vary by writer.
Canvas decoded from a Photoshop document that can contain layers, masks, channels, type, and adjustment data. Image written as pixels written losslessly with a full alpha channel available.
Used for pixel-based artwork, scans, and photographs.
Designed for lossless images and transparency.
Choose PNG when its particular balance of compatibility, alpha, animation, and file size matches the destination better than PSD.
Most non-PSD outputs flatten layers, while unsupported smart objects or effects may render differently.
PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.
The writer builds pixels written losslessly with a full alpha channel available and labels the result as image/png. The receiving application - Not the extension alone - Is the final compatibility test.
Open the result in the intended editor and inspect layer count, masks, typography, blend modes, and canvas size.
Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.