PNG
Portable Network GraphicsUsed for lossless images and transparency.
- Family
- Images
- MIME
- image/png
Free PNG to JPG conversion online, with the real transparency flattening and image encoding behavior, what gets lost, and a concrete way to check the output.
Decoding PNG exposes a pixel canvas whose alpha then gets composited against an opaque background before JPG encoding. Because that transparency cannot be recovered afterward, edge color has to be judged against the real destination background. PNG decoding combines filtered scanlines with declared color type, bit depth, palette or full alpha, color-profile chunks, and optional ancillary metadata. JPG output is always opaque and lossy, so judge it at high-contrast edges, gradients, fine texture, orientation, and any damage accumulated from repeated encoding.
Canvas decoded from losslessly encoded pixels with full alpha transparency. Image written as lossy JPEG-compressed pixels optimized for photographs and broad compatibility.
Used for lossless images and transparency.
Designed for photos and compact web images.
JPG wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than PNG does.
PNG is inefficient for many photographs, and indexed optimization can reduce a smooth palette even without JPEG-style loss.
Repeated encoding introduces ringing or blocks, and transparent areas must become opaque.
lossy JPEG-compressed pixels optimized for photographs and broad compatibility is what gets written, labeled as image/jpeg. Whether that actually opens depends on the receiving application, not on the file extension.
Inspect transparent edges, gradients, exact dimensions, color, and small text at 100%.
View text edges, faces, gradients, and high-contrast detail at the intended display size.