What is the RWL file format?
An .rwl file is a Leica RAW image file, the proprietary raw sensor format used by Leica's D-LUX and V-LUX compact cameras. These cameras use Panasonic-manufactured sensors, and .rwl is closely related to Panasonic's .rw2 format, sharing the same TIFF-based structure with Leica-specific MakerNote metadata.
Structurally, an .rwl file opens with a little-endian TIFF header (II*\0) and contains multiple Image File Directories (IFDs): standard EXIF metadata, an embedded JPEG thumbnail, Bayer-pattern raw sensor data in a proprietary Leica/Panasonic lossless compressed format, and a MakerNote (EXIF tag 0x927C) beginning with the string LEICA\0\0\0 that stores Leica-specific settings including lens identification, focal length, white balance, and ISO. Raw sensor data is captured at 12-14 bits per channel before in-camera demosaicing.
Camera coverage includes the D-LUX 4 (~2009, ~10 MP), D-LUX 7 (2018, 17 MP), and V-LUX 4 (12.1 MP) series. Despite some expectation of native .dng output, the D-LUX 7 continues to produce .rwl files.
Adobe Camera Raw, Lightroom Classic, Capture One, RawTherapee, and darktable all support .rwl through camera-specific profiles. Adobe DNG Converter can batch-convert .rwl files to the open DNG format for archival or broader software compatibility.
Security & safety
RISK: LOWRAW image files are passive binary data - they cannot execute code. RWL files come from Leica cameras and contain only photographic sensor data and metadata. No known malware risk from .rwl files.
Format details
in a nutshellPrograms that open RWL files
Technical details
deep spec| Encoding | Binary |
| Byte order | Little-endian (TIFF "II" marker) |
| Container | TIFF-based (EXIF IFD structure) |
| Magic bytes | 0x49 0x49 0x2A 0x00 - TIFF little-endian signature ("II*\0") |
| MakerNote identifier | "LEICA\0\0\0" inside EXIF IFD tag 0x927C |
| Compression | Lossless (Leica/Panasonic proprietary variant - not standard TIFF LZW) |
| Colour depth | 12-14 bpp raw sensor data (camera-dependent) |
| Typical file size | 8 MB - 25 MB |
| Sensor pattern | Bayer-pattern mosaic; requires demosaicing for full-colour output |
| Camera models | Leica D-LUX 4, D-LUX 5, D-LUX 6, D-LUX 7, V-LUX 4 (compact series) |
| Related format | Closely related to Panasonic .rw2 - shared sensor platform, different MakerNote |
| DNG conversion | Adobe DNG Converter batch-converts .rwl to open DNG for archival |
| Released | ~2009 (Leica D-LUX 4) |
| Latest version | N/A (format unchanged across D-LUX/V-LUX generations) |
RWL conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about RWL files.