RWL
RWL camera raw imageUsed for storing the camera's native sensor capture before editing.
- Family
- Images
- MIME
- image/x-leica-rwl
Convert RWL to BMP online. See the real camera-raw development and image encoding behavior, preservation limits, and a format-specific acceptance test.
The sensor-oriented RWL 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 Leica RWL path selects the camera profile and recorded crop before interpreting sensor samples, lens metadata, orientation, and capture color. 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.
Canvas decoded from Leica camera raw sensor data related to, but not interchangeable with, every DNG workflow. Image written as a plainly structured bitmap with minimal compression that most software can read.
Used for storing the camera's native sensor capture before editing.
Designed for pixel-based artwork, scans, and photographs.
Choose BMP when its particular balance of compatibility, alpha, animation, and file size matches the destination better than RWL.
Leica color profiles, lens corrections, and embedded crop intent may not transfer to a generic renderer.
A BMP derivative is typically far larger than a web-oriented image, and row order or alpha handling can differ between the apps that read it.
a plainly structured bitmap with minimal compression that most software can read is what gets written, labeled as image/bmp. Whether that actually opens depends on the receiving application, not on the file extension.
Inspect neutral color, red response, lens geometry, crop, highlight detail, and EXIF against a Leica reference.
Check the dimensions, color depth, and orientation, and confirm whether the app you're using actually reads BMP transparency.