HomeToolsImage ConvertersDNG to SVG Converter

DNG to SVG Converter

DNG SVG

Convert DNG RAW files to JPG, PNG, or WebP — supports Google Pixel, Leica, Ricoh, Pentax, and Lightroom DNG archives. Free, no software needed.

Drag & drop your .dng file here

or click to browse · max 20 MB

About DNG → SVG conversion

What is DNG?

DNG (Digital Negative) is an open RAW format created by Adobe. It is used as a native capture format by Google Pixel phones, Leica, Ricoh, and Pentax cameras, and by Adobe Lightroom's "Convert to DNG" archival function. Like other RAW formats, it stores the full unprocessed sensor data for maximum post-processing latitude.

What is SVG?

SVG (Scalable Vector Graphics) is an XML-based format for resolution-independent vector images — logos, icons, and illustrations that look sharp at any size. SVG files are widely used for web graphics and UI elements. Convert SVG to PNG, JPG, or WEBP to produce a raster version at a fixed pixel size for sharing or embedding. Note: the output is a raster image embedded inside an SVG container, not vector artwork. File size may be larger than the input.

About DNG

DNG (Digital Negative) is an open RAW format published by Adobe in 2004 as a universal, future-proof alternative to manufacturer-proprietary RAW formats like CR2, NEF, and ARW. It is used in two distinct contexts: (1) as a native capture format by cameras and smartphones — Google Pixel (via the Android Camera API raw output), Adobe Camera on iOS, Leica M-series, Ricoh GR series, Pentax K-series, and Hasselblad cameras — and (2) as a conversion target, with Adobe Lightroom's "Convert to DNG" function repackaging proprietary RAW files into the open DNG format for archival.

Like other RAW formats, DNG stores unprocessed sensor data before white balance, tone curve, or any color science is applied. The key advantage over proprietary formats is longevity: DNG is a published ISO-standard container format that software will continue to support regardless of camera manufacturer decisions. This converter supports both camera-native DNG and Lightroom-converted DNG files.

When DNG to JPG makes sense

DNG files — whether from a Google Pixel, a Leica, an Adobe Camera export, or a Lightroom DNG archive — are not viewable outside dedicated RAW software. For sharing, delivery, or web publishing, JPG is required. This converter handles all DNG source types in a single upload.

About this conversion

ufraw-batch decodes the DNG sensor data using auto white balance and a linear tone curve. For smartphone-origin DNG files (Pixel, Adobe Camera on iOS), the output is a neutral, single-exposure RAW decode without any computational photography processing — no HDR fusion, no AI sharpening, no Night Sight enhancement — that the originating app would apply. For camera-origin DNG files (Leica, Ricoh, Pentax), the output similarly reflects the raw sensor data without camera-specific color science. The output is a technically correct starting point, not a finished image. For output that matches the phone's native JPEG processing, export directly from Google Photos (for Pixels) or from Adobe Lightroom.

File size note

DNG file sizes vary widely depending on source. Smartphone DNGs from Pixel 8 Pro (50 MP sensor) can reach 25–80 MB uncompressed — well above this converter's 20 MB upload limit. DNG files converted from existing DSLRs via Lightroom retain the size of the source RAW. For large Pixel DNG files, use the phone's native JPEG export in Google Photos. For Lightroom-converted DNGs, use lossless compression in DNG conversion settings to reduce file size before uploading.

Frequently asked questions

Is this converter free?

Yes — completely free with no account required. No watermarks are added to your converted files, and no subscription is needed.

How do I convert DNG to SVG?

Drop your DNG images into the upload zone (or click Choose files). Adjust the quality slider if needed, then click Convert all to SVG. Once done, download each file individually or click Download all (ZIP) for the full batch.

Are my images stored after conversion?

Converted files are held on the server only long enough for download, then automatically deleted. No images are retained beyond your session.

DNG (Digital Negative) is Adobe's open RAW format, published in 2004 as a vendor-neutral, future-proof alternative to manufacturer-specific RAW formats. It functions in two distinct contexts: as a native capture format on Google Pixel phones (via the Android Camera API raw output), Adobe Camera on iOS, Leica M-series cameras, Ricoh GR series, Pentax K-series, and Hasselblad bodies; and as a conversion target, with Adobe Lightroom's "Convert to DNG" function repackaging proprietary RAW files (NEF, ARW, CR2, CR3) into the open DNG container for archival. Like other RAW formats, DNG stores unprocessed sensor data before white balance, tone curve, or color science is applied. SVG (Scalable Vector Graphics) is an XML-based format for two-dimensional graphics used in web browsers, design applications, and document workflows. The AT USE DNG to SVG converter decodes the RAW file server-side, rasterizes the pixel data, and embeds the result inside an SVG wrapper — producing a valid SVG file that carries the decoded image from your DNG source in a format compatible with SVG-native tools and pipelines.

The output is a rasterized SVG: the decoded DNG pixel data is encoded as a lossless PNG, base64-encoded, and embedded as a data URI inside an SVG <image> element. The output is not a vector tracing of the photograph. Scaling above the image's native pixel resolution will produce pixelation, the same as any raster image would.

How to convert DNG to SVG

  1. Click Upload DNG and select your DNG file. The 20 MB upload limit covers DNG files from most smartphones in single-frame capture mode, DNG files from Leica and Ricoh cameras, and Lightroom-converted DNG files from smaller-sensor bodies.
  2. The converter reads the DNG container, decodes the raw sensor stream using ImageMagick's dcraw-compatible decoder, and applies a neutral auto white balance and linear tone curve. Computational photography processing applied by Google Camera is not part of the DNG RAW data — the DNG stores a single exposure, not a processed composite.
  3. Select a maximum output width if available. Full-resolution DNG files from 24+ MP cameras produce very large SVG files. A 1200 px maximum width reduces the output to a manageable size for web use.
  4. Click Convert. The server encodes the decoded image as a lossless PNG, base64-encodes that PNG, and writes an SVG document with the correct viewBox, width, and height attributes for the output dimensions.
  5. Click Download SVG and verify the file renders correctly in a browser, Inkscape, Figma, or Illustrator before deploying it to your workflow.

Both the DNG upload and the SVG output are deleted from the server immediately after your download completes. No account required, no watermark on output.

Technical details

DNG is an ISO-standardised container format (ISO 12234-4) based on TIFF. It supports multiple compression modes internally: uncompressed (full raw sensor data, largest files), losslessly compressed (exact pixel recovery from smaller files), and lossy compressed (visually indistinguishable from lossless at typical sizes). When DNG files originate from Lightroom's "Convert to DNG" function, the internal format matches the source camera's RAW data repackaged in the DNG container — the pixel fidelity is identical to the source RAW, with the added benefit of a documented, open-standard container format.

SVG is an XML text format. The SVG <image> element accepts a base64 data URI as its href attribute, embedding image data directly inside the SVG file rather than referencing an external file. This self-contained structure means the SVG renders the DNG photograph anywhere an SVG renderer is available — browsers, Inkscape, Figma, Illustrator, or any SVG-aware application — with no external companion file required.

For DNG files originating from smartphone cameras, the neutral RAW decode will differ significantly from the camera app's output: modern computational photography (Google's HDR+ processing, Apple ProRAW tone mapping, Night Sight compositing) is applied to the JPEG path, not the RAW path. The DNG SVG output is the single-exposure RAW frame without any of that computational enhancement.

EXIF metadata from the DNG source — GPS coordinates, capture date, device model, exposure settings — is not embedded in the SVG output. SVG has no standardized EXIF container. If metadata preservation is required, export the DNG to TIFF or JPEG first; both formats carry embedded EXIF through the conversion.

When to convert DNG to SVG

DNG to SVG — frequently asked questions

Is the output a true vector SVG or a rasterized image?

Rasterized. The converter decodes the DNG pixel data and embeds it as a lossless PNG inside an SVG <image> element using a base64 data URI. The output is a valid SVG file that renders the photograph, but it contains no vector paths. Scaling above the native pixel resolution produces pixelation, the same as any raster image.

Why does the SVG look different from my phone's photo app output?

Google Camera and Apple ProRAW apply computational photography processing — HDR+ compositing, Night Sight multi-frame stacking, AI sharpening — to the JPEG path before saving. The DNG stores only the single raw sensor frame, without any of that processing. The SVG output reflects the unprocessed RAW capture. For output matching your phone's native JPEG look, export from Google Photos or Apple Photos, then convert the JPEG to SVG.

I have a Lightroom-converted DNG. What will the output look like?

Lightroom-converted DNG files contain the same raw sensor data as the original RAW format (NEF, ARW, CR2, etc.) repackaged in the DNG container. The neutral RAW decode produces the same flat, unprocessed look as decoding the original RAW directly. Your Lightroom develop settings are stored in the DNG's sidecar XMP metadata, not in the raw sensor data, so they are not applied during the conversion.

How large will the output SVG file be?

Significantly larger than an equivalent PNG or JPEG. Base64 encoding adds approximately 33% overhead to the embedded PNG binary size, and the SVG XML adds further. A Google Pixel DNG from a 12 MP capture produces an SVG in the 5–10 MB range at full resolution. Apply a maximum output width of 1200 px to reduce file size for web or document use.

Which DNG source types are supported?

Google Pixel phones (all models producing DNG via Android Camera API), Adobe Camera on iOS, Leica M-series, Ricoh GR series, Pentax K-series, and DNG files converted from other RAW formats using Adobe Lightroom's Convert to DNG function. Both compressed and uncompressed DNG variants are supported.

Does the SVG preserve EXIF metadata from the original DNG?

No. GPS coordinates, capture date, device model, and exposure settings stored in the DNG container are not transferred to the SVG output. SVG has no standardized EXIF container. Export to TIFF or JPEG first if retaining the metadata is a requirement.

Keep going

Related converters

Quickly switch to another one-way conversion.

Live Image Conversion

DNG to JPG Converter

Convert DNG images to JPG with quick export settings.

Open converter
Live Image Conversion

DNG to PNG Converter

Convert DNG images to PNG with quick export settings.

Open converter
Live Image Conversion

DNG to WEBP Converter

Convert DNG images to WEBP with quick export settings.

Open converter
Live Image Conversion

DNG to BMP Converter

Convert DNG images to BMP with quick export settings.

Open converter
Live Image Conversion

DNG to AVIF Converter

Convert DNG images to AVIF with quick export settings.

Open converter
Live Image Conversion

DNG to TIFF Converter

Convert DNG images to TIFF with quick export settings.

Open converter
Live Image Conversion

DNG to ICO Converter

Convert DNG images to ICO with quick export settings.

Open converter
Live Image Conversion

DNG to HEIC Converter

Convert DNG images to HEIC with quick export settings.

Open converter