RAW
RAW camera raw imageUsed for carrying minimally processed sensor output for a raw workflow.
- Family
- Images
- MIME
- image/x-raw
Convert RAW to BMP online and see exactly what camera-raw development and image encoding changes, what BMP 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 BMP 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. BMP output writes a single flat pixel surface with an explicit row order and color depth, built for simple bitmap interchange rather than layers or multiple resolutions.
Decoded canvas - Headerless or camera-specific raw image samples whose interpretation depends on dimensions, channels, bit depth, and sensor model. Written image - A broadly understood bitmap with straightforward pixel storage and little compression.
Used for carrying minimally processed sensor output for a raw workflow.
Designed for pixel-based artwork, scans, and photographs.
BMP 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.
BMP derivatives are often much larger than web images and may encode alpha or row order differently between apps.
a broadly understood bitmap with straightforward pixel storage and little compression is what gets written, labeled as image/bmp. 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.
Confirm dimensions, color depth, orientation, and whether the receiving app reads transparency.