RAW
RAW camera raw imageUsed for carrying minimally processed sensor output for a raw workflow.
- Family
- Images
- MIME
- image/x-raw
Convert RAW to PNG online and see exactly what camera-raw development and image encoding changes, what PNG still can't promise, and how to verify the result.
The sensor-oriented RAW data is developed into display pixels using demosaicing, white balance, tone, orientation, and color interpretation before PNG encoding. That makes the result a rendered photograph, not another untouched camera negative. The generic RAW path cannot infer dimensions, channel packing, bit depth, or color interpretation from a suffix; those properties must come from the actual camera format. 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 headerless or camera-specific raw image samples whose interpretation depends on dimensions, channels, bit depth, and sensor model. Image written as losslessly encoded pixels with full alpha transparency.
Used for carrying minimally processed sensor output for a raw workflow.
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 RAW does.
The word raw is not a complete specification; wrong assumptions can create shifted rows, false color, or an unreadable result.
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.
Identify the creating device and record dimensions, sample layout, bit depth, endianness, color filter, and black level.
Inspect transparent edges, gradients, exact dimensions, color, and small text at 100%.