← Back

Display Camera RAW images using the <img> tag

Digital cameras write unprocessed sensor data in dozens of manufacturer-specific RAW formats (Sony ARW, Canon CR2, Nikon NEF, Pentax PEF, Panasonic RW2, and more) that browsers cannot open at all. This demo decodes Adobe's open, documented DNG variant with libraw_1, which also supports the other RAW variants above.

Code snippet

<img is="universal-img_1" src="RAW_LEICA_M8.DNG" using="solver_minimal_1"
     with="libraw_1"> </img>

Specifications :

The specifications of the test sequence are :

Format Camera RAW (DNG)
FileSize 10.1 Mo
Solver solver_minimal_1