DNG
DNG camera raw imageUsed for storing the camera's native sensor capture before editing.
- Family
- Images
- MIME
- image/x-adobe-dng
Convert DNG to TIFF online. See the real camera-raw development and image encoding behavior, preservation limits, and a format-specific acceptance test.
The sensor-oriented DNG data is developed into display pixels using demosaicing, white balance, tone, orientation, and color interpretation before TIFF encoding. That makes the result a rendered photograph, not another untouched camera negative. The DNG reader checks whether the stored image is mosaiced, linear, or lossy and applies declared profiles, opcodes, crop tags, and orientation accordingly. TIFF supports high-bit-depth pixels, alpha, varied compression, and multiple image directories, but which of those the destination file actually uses depends on the writer profile chosen.
Decoded canvas - Adobe's documented raw container for mosaiced or linear sensor data, previews, and processing metadata. Written image - A flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression.
Used for storing the camera's native sensor capture before editing.
Designed for raster pictures made of individually stored pixels.
TIFF wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than DNG does.
DNG can still contain camera-specific opcodes, profiles, or lossy raw data that another developer ignores.
Not every app reads the same TIFF subset, so multi-page files, CMYK color, layers, or an unusual compression choice can all fail to open somewhere.
The writer builds a flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression and labels the result as image/tiff. The receiving application - Not the extension alone - Is the final compatibility test.
Verify the camera profile, white balance, crop, highlight latitude, and whether the DNG is mosaiced, linear, or lossy.
Step through every page and check bit depth, color mode, the resolution tag, compression, and alpha.