Convert DNG to JPG

Converting DNG to JPG extracts the finished JPEG stored inside the file, which is the quickest way to get a viewable picture out of Adobe’s raw container without installing anything. The one thing worth knowing is that in a DNG converted from another raw format, that preview was written by the converting software rather than by a camera.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. JPG cannot hold everything a DNG can.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing This extracts the preview your camera wrote when it took the photograph, at full resolution on almost every camera. It is the camera’s own rendering, so its picture style is baked in and the extra highlight and shadow latitude that is the reason to shoot raw is not in it. Perfect for viewing, sending or uploading; not a substitute for developing the file.

Up to 100 files at once. Mixed formats are fine.

Where your DNG came from changes what the JPG looks like

DNG is not one thing. Some cameras write it as their native format — Leica, Pentax and Ricoh bodies, most consumer drones, and iPhones shooting ProRAW. In those files the embedded preview was made by the camera at capture, at full resolution, exactly as a CR2 or an NEF would be.

Other DNGs are conversions. Adobe DNG Converter takes a CR2, NEF, ARW or ORF and repackages the sensor data into DNG, and the preview it writes is generated by the software using whatever raw processing settings applied at that moment. It is also offered at medium or full size, and whoever ran the conversion picked one. That is why two DNGs can behave differently on this page for reasons that have nothing to do with the camera.

Why anyone has DNG files in the first place

Adobe published DNG in 2004 to solve an obvious problem: every manufacturer invented its own undocumented raw format, most were reverse-engineered rather than specified, and a format nobody can read in twenty years is a poor place to keep photographs. DNG is documented, standardised as ISO 12234-2, and not tied to a company that might stop supporting a camera line.

So people convert archives to it deliberately, and some cameras skip the intermediate step. If you have been handed a folder of DNGs, somebody probably made an archival decision, and the corollary is that the file you are holding is meant to be the master. Extract the JPG and leave the DNG where it is.

The one raw format with no signature of its own

DNG has an unusual property among the formats here: there is no magic number that identifies it. A DNG is a TIFF that carries a DNGVersion tag, and that tag is two bytes — searching a file for two particular bytes finds them in most ordinary TIFFs by chance. There is no honest way to write a signature for it.

That is why software identifies DNG by extension and container structure rather than by sniffing the first few bytes, and it is one reason a stray DNG occasionally gets mistaken for something else by tools that guess from content. It has no effect on this conversion, which scans for embedded JPEGs regardless of what the container claims to be.

Phone and drone DNGs, where the rendering is the point

An iPhone shooting ProRAW writes a DNG that has already had a great deal of computational work applied — multi-frame merging, tone mapping, noise handling — and the embedded preview reflects that. Developing the raw yourself from scratch will not reproduce it, and will usually look worse.

Drone DNGs are similar in spirit: the camera’s rendering includes lens corrections that a generic raw developer may not apply. For both, extracting the preview is not a compromise. It is the picture the device’s own processing produced, which is the thing you were buying.

What the extracted JPG cannot give you back

The DNG holds sensor readings at up to 16 bits, with the highlight and shadow latitude that makes raw worth keeping. The extracted preview is an 8-bit rendering with a tone curve already applied. A clipped sky in the preview usually still has detail in the DNG; the JPG will not let you reach it.

That is the argument for keeping the DNG rather than replacing it. Converting produces a second file and takes nothing away, so there is no decision to regret — and since the DNG was probably created as an archival master in the first place, deleting it would undo somebody’s deliberate work.

Metadata that survives a DNG to JPG extraction

Nothing here forces the metadata out: the preview is already a JPEG, so it could be handed over byte for byte with the whole EXIF block — camera or phone model, lens, exposure settings, capture time and any GPS coordinate. What survives by default is less than that. "Remove metadata" is on, so the EXIF and IPTC blocks are edited out before the file reaches you; what always survives is the ICC colour profile, which is the one piece you would not want dropped.

That default is aimed squarely at these files. A drone DNG records where it flew and a phone DNG records where you stood, and both tag far more reliably than a dedicated camera does. When you do want the information — a survey flight, a documented site visit, an archive where the capture data is the point — turn the option off and the block comes through intact. Setting a maximum width is not the way to remove it any more; that only worked because a resize forces a re-encode, and it costs quality to do what the option does directly.

When a DNG has no preview worth extracting

The converter keeps the largest embedded JPEG above 640 by 480 and rejects anything below that, on the grounds that a thumbnail is not a conversion. Some DNGs written by software with previews disabled, and some produced by conversion tools set to minimum, fall under the line and fail with a message.

When that happens the fix is a raw developer — Adobe Camera Raw, Lightroom or darktable all read DNG properly, which is the whole point of an open format. It is the one case in this bundle where the alternative is genuinely easy, because DNG support is not manufacturer-specific.

Converting a converted archive back into pictures

Drop the whole folder. Each file is scanned and its preview copied out, with the set available as a ZIP at the end. For a JPG target at the default settings there is no re-encoding at all, so a large archive goes through quickly.

The free tier accepts files up to 100 MB each. DNG sizes vary enormously — a 12-megapixel phone file is around 25 MB, while a 16-bit DNG converted from a high-resolution camera can be much larger — so this is the one format in the bundle where checking a file size before a big batch is worth the ten seconds.

Opening DNG on a machine with no raw support at all

Browsers do not display DNG, Windows needs a codec, and macOS handles many but not all producers. If you have been sent an archive and cannot see any of it, that is the ordinary experience rather than a fault at your end.

This page needs nothing installed: the extraction is JavaScript running in the tab, so it works on a locked-down laptop, a borrowed machine or a phone, and the files stay where they are while it happens.

How to convert DNG files to JPG without Adobe software

  1. Drop your DNG files onto this page, or click to choose them.
  2. The embedded JPEG is found and copied out, in your browser.
  3. Download the JPG, or take the whole archive as a ZIP.

DNG vs JPG: an open raw container against a finished picture

DNG compared with JPG
DNGJPG
Full nameDigital NegativeJPEG Image
File extension.dng.jpg, .jpeg, .jpe
Media typeimage/x-adobe-dngimage/jpeg
CompressionLossless — nothing is discardedLossy — file size is bought with quality
First published20041992
Published byAdobeJoint Photographic Experts Group
SpecificationISO 12234-4ITU-T T.81
LicensingOpen standardOpen standard
Standing todayCurrentCurrent
Bit depth168
Colour it can describeRGBRGB, greyscale, YCbCr
Largest image65,535 px per side
Opens in a browserNo browserEvery browser
Considered insteadTIFFWebP, AVIF, HEIC

What is lost

DNG carries up to 16 bits per channel and JPG stores 8. The extra precision is what survives heavy correction without banding, so the conversion is best made after the editing rather than before it.

What survives

EXIF, XMP and GPS coordinates can cross over — both DNG and JPG have somewhere to store them.

Opening the result

JPG opens in every current browser. DNG has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.

The usual programs do not overlap: DNG opens in Adobe Lightroom, Adobe Camera Raw and darktable, JPG in Adobe Photoshop, GIMP and Preview — so whoever receives the result needs something from the second list.

File size and quality

The file gets substantially smaller, and it gets smaller by discarding detail. DNG keeps everything; JPG keeps what the eye is poor at noticing. On a photograph that trade is close to free; on text, a screenshot or a line drawing it is visible as haloing around the edges.

What each format is for

DNG is Adobe's format, published in 2004. It comes out of Leica, Pentax, Ricoh and phone cameras, plus anything converted. Underneath it is TIFF, which is why a program that has never heard of DNG can sometimes still open one.

JPG comes from Joint Photographic Experts Group and dates from 1992, specified as ITU-T T.81. Adobe Photoshop, GIMP and Preview all read it.

DNG to JPG: what people with Adobe raw files ask

Are my DNG files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is a raw preview extractor, which pulls the JPEG the camera already embedded rather than developing the sensor data; your browser fetches it once and caches it.

What is a DNG, exactly?

Adobe’s open raw container, published in 2004 and standardised as ISO 12234-2. Some cameras write it natively — Leica, Pentax, Ricoh, many drones, and iPhones shooting ProRAW — and it is also what Adobe DNG Converter produces when it repackages a CR2, NEF or ARW. It is the one raw format not tied to a single manufacturer.

Why is the extracted JPG smaller than the DNG’s full resolution?

Because in a converted DNG the preview was written by the converting software, not by a camera, and Adobe DNG Converter offers medium and full size as an option. If somebody chose medium, that is what is in the file and that is what comes out. Camera-native DNG files normally carry a full-resolution preview.

Is the DNG being developed?

No. The finished JPEG inside the file is extracted and handed over. In a camera-native DNG that is the camera’s own rendering; in a converted one it reflects whatever raw settings were in force when the DNG was made. Either way the sensor data is not read and its extra latitude is not in the result.

Does the JPG keep the EXIF?

Not by default. "Remove metadata" is on, so the camera model, exposure data, timestamp and any GPS coordinate are taken out of the JPG. Turn the option off and all of it survives, because the preview is passed through without re-encoding. The ICC colour profile is kept whichever way you set it.

Does this work with iPhone ProRAW files?

Yes. ProRAW writes a DNG with a preview inside it like any other, and the extraction works the same way. Note that the picture you get is the phone’s rendering, which for computational photography is doing a great deal of work you cannot reproduce by developing the raw yourself.

Do the files leave my device?

No. The DNG is read and the JPEG extracted in your browser. Nothing is transmitted, which you can confirm in the network tab of the developer tools.

More about these formats

Where these figures come from

The claims this page makes about DNG and JPG are checkable, and these are the documents that settle them.