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 SVG online. See the real pixel tracing into approximate paths behavior, preservation limits, and a format-specific acceptance test.
The DNG pixel edges are traced into approximate shapes for SVG. This is vectorization, not recovery of the designer's original paths, layers, fonts, or control points. The DNG reader checks whether the stored image is mosaiced, linear, or lossy and applies declared profiles, opcodes, crop tags, and orientation accordingly. SVG output stores scalable XML graphics with paths, viewBox coordinates, styles, and optional text; tracing, fonts, filters, and external assets determine editability.
Starting model: Adobe's documented raw container for mosaiced or linear sensor data, previews, and processing metadata. Rendered result: XML-described vector artwork built from paths, shapes, paint, and optional text.
Used for storing the camera's native sensor capture before editing.
Designed for resolution-independent illustrations.
Use traced SVG for simple flat marks that need scalable outlines. Photographs, texture, and evidence-grade source pixels belong in DNG or another raster master.
Verify the camera profile, white balance, crop, highlight latitude, and whether the DNG is mosaiced, linear, or lossy.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
DNG can still contain camera-specific opcodes, profiles, or lossy raw data that another developer ignores.
When the source is raster, tracing only approximates the original geometry rather than recovering it; fonts and filter effects can also render differently across viewers.
Raster-to-SVG routes use image tracing; the output paths are an approximation of the source pixels.