Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
Converting CR3 to PNG produces a picture that Word, PowerPoint, Figma and every knowledge base will accept, which a Canon raw file emphatically is not. The image is extracted from the preview the camera embedded at capture. Set a maximum width while you convert, because a 45-megapixel PNG is not something you want inside a document.
Up to 100 files at once. Mixed formats are fine.
They convert one after another and download together as a ZIP.
CR3 to PNG
A CR3 is a container of sensor readings with Canon-specific structure, introduced in 2018 and built on the ISO base media file format rather than on TIFF. Placing a picture in a document requires the software to decode it, and Word, PowerPoint, Slides, Confluence, Notion and Figma have no raw decoder in them. They do not fail gracefully with raw files; they usually refuse to see them at all.
PNG is the opposite case: a W3C Recommendation from 1996, an ISO standard since 2004, that every one of those tools has read since it existed. Converting is not a preference here, it is the only way the picture gets into the document.
The converter does not develop the sensor data. Every Canon writes a complete JPEG inside the CR3 at the moment of capture, at full resolution on almost every body, and that is what is found and re-encoded as PNG. It carries the picture style the camera had set and the white balance the camera chose.
For a photograph going into a report or a deck this is not a compromise — it is the same picture the photographer looked at on the camera screen and said yes to. It only becomes a problem if the frame needs rescuing, and a document is rarely the place where that conversation is happening.
This is the failure people actually hit. Forty-five million pixels at three bytes each is about 135 MB before compression, and PNG compresses photographs poorly because it works by finding repetition and photographs contain almost none. A single full-size PNG can land above 70 MB.
Put six of those in a presentation and the file will not attach to an email, will crawl when scrolled, and will make the shared drive unhappy. PowerPoint and Word will compress images on save if you let them, which produces a JPEG inside the document and quietly undoes the reason you chose PNG in the first place.
The fix is upstream of the format choice. A full-page image in a document is printed or displayed at perhaps 2,000 pixels across; a half-column figure at 900. Setting a maximum width when you convert removes the pixels nobody will ever see and takes the file from tens of megabytes to a few.
It has one side effect worth knowing: resizing forces the picture through a decode and re-encode, which is already the case for PNG, so on this pair you lose nothing by using it. Choose the width the document actually needs and the size problem disappears.
PNG is often chosen because somebody remembers it as "the one with transparent backgrounds". That is true of the format and untrue of this file. Every photosite on the sensor recorded a value, so every pixel is opaque, and the alpha channel PNG provides arrives empty.
If the deck needs a product on a transparent background, that is a masking step in an editor — or a photograph taken against a background you can key out — and it happens after this conversion rather than during it.
PNG can store 16 bits per channel, and a Canon sensor records 14. It is tempting to assume the two meet. They do not, because the 14-bit data is never decoded here — the embedded preview is an ordinary 8-bit JPEG, so the PNG written from it is 8-bit as well.
This matters if someone downstream intends to grade or heavily adjust the image, because 8-bit data bands when it is pushed hard. If that is the plan, the CR3 should go to Digital Photo Professional or Lightroom and come out as a 16-bit TIFF, and this page is not the route.
The EXIF block does not survive the re-encode. Camera model, lens, exposure settings, capture time and any GPS coordinate are absent from the PNG. For an internal document that is neutral; for anything published it is a small piece of accidental data protection, since office cameras and phones both tag location more often than their owners realise.
It also means attribution has to be handled in the document rather than in the file. If the photographer needs crediting, the caption is the place, because nothing in the PNG will carry their name.
Batches are the normal case here: a shoot arrives as forty frames and six of them are wanted. Drop the selection, let each one extract and encode, and take the result as a ZIP. The free tier accepts files up to 100 MB, which every CR3 fits under — a full-raw R5 frame is around 45 MB and a C-RAW frame considerably less.
PNG encoding is real work, unlike the JPG route where the preview is copied out untouched, so a large batch of full-size PNGs takes a while. Setting a maximum width speeds that up as much as it shrinks the files.
The conversion runs in the browser, so the CR3 files never leave the machine. That is worth something in an office context specifically: photographs of staff, of a customer site, of an unannounced product, or of anything covered by a client agreement should not be uploaded to a converter chosen from a search result.
You can verify it rather than believe it. Open the developer tools, watch the network tab while a file converts, and note that nothing carrying the image is sent.
| CR3 | PNG | |
|---|---|---|
| Full name | Canon Raw 3 | Portable Network Graphics |
| File extension | .cr3 | .png |
| Media type | image/x-canon-cr3 | image/png |
| Compression | Lossless — nothing is discarded | Lossless — nothing is discarded |
| First published | 2018 | 1996 |
| Published by | Canon | PNG Development Group |
| Specification | — | ISO/IEC 15948 |
| Licensing | Proprietary | Open standard |
| Standing today | Current | Current |
| Bit depth | 14 | 16 |
| Colour it can describe | RGB | RGB, greyscale, indexed palette |
| Largest image | — | 2,147,483,647 px per side |
| Opens in a browser | No browser | Every browser |
| Considered instead | DNG, TIFF, JPG | WebP, SVG, JXL |
PNG has nowhere to put the GPS coordinates, so that goes no further than the CR3. Worth checking before the original is deleted, and worth knowing if the point was to strip it.
PNG supports transparency and CR3 does not. That is room the result has and the original never used — converting does not create a transparent background, it only makes one possible afterwards.
PNG opens in every current browser. CR3 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.
CR3 is a vendor format; PNG is a published specification (ISO/IEC 15948). That matters for anything meant to still open in ten years, when the program that wrote the original may not be around.
The usual programs do not overlap: CR3 opens in Adobe Lightroom and Canon Digital Photo Professional, PNG in Adobe Photoshop, GIMP and Paint.NET — so whoever receives the result needs something from the second list.
The two are aimed at different work: CR3 at photography and editing, PNG at screenshots, line art and logos and the web. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.
CR3 is Canon's format, published in 2018. It comes out of Canon EOS R mirrorless bodies and recent DSLRs. It records 14 bits per channel.
PNG comes from PNG Development Group and dates from 1996, specified as ISO/IEC 15948. Adobe Photoshop, GIMP and Paint.NET all read it.
PNG was published in 1996 and CR3 in 2018. The older one is generally the safer file to hand to somebody; the newer one usually does the job in fewer bytes.
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.
Because CR3 is a raw container introduced by Canon in 2018 and built on the ISO base media format, not on TIFF. Word, PowerPoint, Google Slides, Figma and every knowledge base importer expect a finished picture, and none of them contains a raw decoder. They will not preview it, thumbnail it, or place it.
JPG for photographs, nearly always. PNG’s strengths are flat colour, sharp edges and transparency, none of which a camera photograph has, and the file will be many times larger for no visible gain. Choose PNG when a house rule, a template or an importer insists on it.
Large. A 45-megapixel EOS R5 frame is 45 million pixels at three bytes each, roughly 135 MB uncompressed, and PNG usually gets a photograph to somewhere between half and three-quarters of that. Setting a maximum width before converting is the difference between a usable file and a deck nobody can email.
No. Every pixel in a camera capture is opaque. PNG can carry transparency but there is none in the source to carry, so cutting a subject out remains a job for an image editor after the conversion.
No. Making the PNG means decoding the extracted preview and encoding it again, and EXIF does not survive that. For an image going into a published report that is convenient — no lens, no timestamp, no GPS coordinates travelling with the document.
No. The scan, the extraction and the PNG encoding all happen in your browser on your own machine, which is why there is no sign-up and no queue.
The claims this page makes about CR3 and PNG are checkable, and these are the documents that settle them.