JPG
JPEG imageUsed for photos and compact web images.
- Family
- Images
- MIME
- image/jpeg
Free JPG 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.
Converter.now decodes lossy JPEG-compressed pixels optimized for photographs and broad compatibility into a working pixel canvas, then writes that canvas according to PNG's color and compression model. Dimensions may stay constant while encoding, metadata, and fine detail change. JPEG decoding applies orientation and color interpretation to already quantized image blocks; each later lossy write starts from those decoded pixels rather than the camera original. PNG delivery preserves exact raster samples with optional full alpha and color metadata, but file size, palette reduction, animation absence, and profile handling still vary.
Decoded canvas - Lossy JPEG-compressed pixels optimized for photographs and broad compatibility. Written image - Losslessly encoded pixels with full alpha transparency.
Used for photos and compact web images.
Designed for lossless images and transparency.
PNG wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than JPG does.
Repeated encoding introduces ringing or blocks, and transparent areas must become opaque.
PNG is inefficient for many photographs, and indexed optimization can reduce a smooth palette even without JPEG-style loss.
losslessly encoded pixels with full alpha transparency is what gets written, labeled as image/png. Whether that actually opens depends on the receiving application, not on the file extension.
View text edges, faces, gradients, and high-contrast detail at the intended display size.
Inspect transparent edges, gradients, exact dimensions, color, and small text at 100%.