CR2 to PNG Converter

Convert CR2 files to PNG format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: CR2

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image Compression
Quality preset
Higher quality settings preserve more detail but result in larger files. Lower settings reduce file size by increasing compression.
Image resolution
Colors
Compression level
Compression level
Compression speed
Compression speed

CR2 to PNG — Is PNG the Right Export for a Canon Raw?

CR2 is Canon's raw sensor capture: a TIFF-structured container holding undemosaiced data at 12 or 14 bits per channel, which nothing on the open web displays. PNG is the opposite kind of file — a finished RGB raster defined by the W3C PNG Specification, Third Edition (published 24 June 2025, and standardised earlier as ISO/IEC 15948), supported by every browser and image editor made this century. The short answer: pick PNG when you want a compression-artefact-free copy of the rendered photo for screen use, screenshots of detail crops, or an image that will be re-edited a few times. Pick JPG when the file has to be small enough to send, and TIFF when it goes to print or into an archive.

CR2 vs PNG Side by Side

Property CR2 (Canon Raw v2) PNG (output)
What it holds Undemosaiced Bayer sensor data plus maker notes Finished RGB (or RGBA) pixels
Container TIFF/IFD structure, raw payload packed with lossless JPEG PNG datastream, DEFLATE-compressed
Bit depth 12- or 14-bit per channel depending on the body 8 or 16 bits per channel for truecolor
Standardised by Nobody publicly — Canon's format, reverse-engineered by tools W3C Recommendation / ISO/IEC 15948
Editing latitude Full: white balance, exposure, highlight recovery all still open None: the render is baked in
Transparency No — a photograph is fully opaque Yes, an alpha channel is available (unused here)
Opens in a browser No Yes, in every current browser
Typical size, 24 MP frame 20-40 MB Tens of megabytes at full resolution
Best for The master you keep and re-edit Screen delivery, detail crops, artefact-free copies

When PNG Is the Right Target

  • You need no compression artefacts. Set the Quality Preset to Highest and the output is true-colour lossless — nothing is thrown away at the encode step, which matters for pixel-peeping, focus checks and detail crops.
  • The image will be re-saved several times. PNG survives repeated saves unchanged; a JPG degrades a little on each round trip.
  • You are feeding a browser, a doc or a design tool. PNG is universally decoded and, unlike a raw, needs no plugin, no Canon software and no colour-managed workflow to look right.
  • You may need to composite it later. PNG carries an alpha channel, so once you cut a subject out, the transparency travels with the file. The CR2 itself has no transparency to preserve — a photograph is opaque, and the exported PNG starts out fully opaque too.

When JPG or TIFF Beats PNG

  • Sending or uploading the photo: a lossless PNG of a detailed 24-megapixel frame is enormous, and most of that size buys nothing a viewer can see. CR2 to JPG is dramatically smaller for the same apparent quality.
  • Print, prepress or archival delivery: print shops expect TIFF, and TIFF carries EXIF and ICC profiles that studio software actually reads. Use CR2 to TIFF for that hand-off.
  • A pipeline that wants flat pixels: if code is going to read the image, CR2 to PPM skips the decoder entirely and is the one target here that exposes a Bit Depth control, including 16-bit samples.
Export target Compression Metadata carried Best use
PNG Lossless at the Highest preset; palette-quantised below it eXIf chunk exists in the spec but is rarely read Screen use, detail crops, re-saving
JPG Always lossy EXIF and ICC widely supported Email, web upload, sharing
TIFF LZW / Deflate lossless, or JPEG-in-TIFF lossy EXIF and ICC widely supported Print, prepress, archive
PPM None at all — flat bytes None beyond width, height and max value Scripts, OpenCV, Netpbm pipelines

How to Convert CR2 to PNG

  1. Upload Your CR2 Files: Drag and drop your .cr2 files onto the page or click "Add Files". This tool accepts .cr2 only, and you can queue a batch of Canon shots at once.
  2. Set the Quality Preset: It ships on Very High (Recommended), which palette-quantises the image to keep the file manageable. Choose Highest if you want a genuinely lossless, full-colour PNG — the Colors control disappears at that setting because nothing is being quantised.
  3. Set Resolution or a Target Size (Optional): Image resolution ships on Keep original for the full sensor frame; Preset Resolutions or Width x Height scale it down first. Specific file size lets you name a size in megabytes and turn on Auto Scale so the resolution drops to reach it.
  4. Convert and Download: Click Convert and save your PNG. No sign-up and no watermark; files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours.

Frequently Asked Questions

Is the PNG this tool produces actually lossless?

Only at the Highest Quality Preset. PNG's compression is lossless by design, but that describes the container, not the pipeline feeding it: at the default Very High (Recommended) preset the encoder quantises the image to a reduced colour palette first, which shrinks the file substantially and is genuinely lossy before DEFLATE ever runs. If your reason for choosing PNG is "no data thrown away", set the preset to Highest — you will notice the Colors control vanish, which is the visible sign that no quantisation is happening.

Should I export PNG or JPG from a Canon raw?

JPG for anything that gets sent, uploaded or posted; PNG when the pixels themselves matter. A lossless full-resolution PNG of a detailed frame runs to tens of megabytes because there is simply a lot of unique detail in a 24-megapixel render and lossless compression can only do so much with it. JPG discards the differences a viewer cannot see and lands a few megabytes — which is why Gmail's 25 MB attachment ceiling is a real constraint for PNG and almost never one for JPG.

PNG or TIFF for archiving an edited photo?

TIFF, in almost every case. Both can be lossless, but TIFF is what print and prepress software expects, it carries EXIF and ICC colour profiles that studio tools read reliably, and it holds several compression schemes so you can trade size against compatibility. PNG's own metadata story is thinner in practice — the Third Edition spec defines an eXIf chunk for shooting data, but it is an ancillary chunk decoders are free to ignore, and many do. Use CR2 to TIFF for the archive copy and keep the CR2 itself as the real master.

Can I get a 16-bit PNG out of this converter?

The PNG format allows 16 bits per channel, but this page has no bit-depth control — the settings shown are Quality Preset, Colors, resolution and target file size. If your requirement is specifically two bytes per sample, CR2 to PPM is the target here that exposes a Bit Depth control with a 16-bit (High Precision) option. For a high-fidelity file that other photo software understands, TIFF is the more practical answer.

Why is my PNG so much bigger than the CR2 it came from?

Because they store different things. The CR2 holds one losslessly packed sensor mosaic — a single value per photosite. The PNG holds a fully demosaiced image with a red, green and blue sample for every pixel, so there is roughly three times as much data to compress before DEFLATE starts. Add that photographic noise and fine texture compress poorly by nature, and a full-resolution PNG routinely ends up larger than the raw that produced it. Dropping the resolution, or setting a Specific file size with Auto Scale enabled, is the fastest way to bring it down.

Does the PNG keep my camera's EXIF data?

Do not count on it. PNG does have a standard place to put Exif — the eXIf chunk defined in the PNG Third Edition — but it is ancillary, which means a decoder is explicitly allowed to skip it, and tooling support is far patchier than for JPG or TIFF. If shutter speed, aperture, ISO, lens and GPS need to survive, export to TIFF or JPG, or simply keep the original CR2, which is the only file that also holds Canon's maker notes.

Does PNG's transparency do anything for a photo?

Not by itself. A CR2 is a rectangular, fully opaque photograph, so the PNG comes out opaque too — the alpha channel is there but unused. Its value is later: because PNG can carry transparency, when you mask out a background in an editor the cut-out survives the save. That is the practical reason to choose PNG over JPG for an image you intend to composite, even though the conversion itself adds nothing transparent.

How do I hit a specific file size?

Use the Specific file size control instead of the Quality Preset: name a size in megabytes and switch on Auto Scale, which lets the converter reduce the output resolution to reach your figure. Without Auto Scale the encoder can only squeeze compression settings, and a lossless-leaning format like PNG has very little room to give — so on a big frame the scaling is usually what actually gets you there.

What happens to my raw files after the conversion?

They are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and files are never shared or made public. The one thing worth planning for is upload time rather than processing: a single CR2 commonly runs 20-40 MB, so a large batch takes a while to send even on a fast connection.

Rate CR2 to PNG Converter Tool

Rating: 4.8 / 5 - 64 reviews