โ† Back to Blog

How to Convert Camera RAW Files: CR2, NEF, ARW, DNG Explained

FlipFiles Pro ยท June 2026 ยท 8 min read

Professional and enthusiast photographers shoot in RAW format because it preserves all the data captured by the camera sensor before any in-camera processing is applied. RAW files give photographers maximum control over the final image in post-processing. They also create a significant compatibility problem: RAW files cannot be opened by most standard image applications without specialised software.

What Is a Camera RAW File?

A RAW file is the unprocessed data captured by a camera sensor โ€” the digital equivalent of a film negative. Unlike JPEG, which applies the camera's built-in processing (sharpening, noise reduction, white balance, colour correction) and discards the rest of the data, RAW preserves everything the sensor captured. This gives the photographer complete control over every aspect of the final image during post-processing.

Different camera manufacturers use different proprietary RAW formats:

  • CR2 / CR3 โ€” Canon cameras
  • NEF โ€” Nikon cameras
  • ARW โ€” Sony cameras
  • ORF โ€” Olympus cameras
  • RW2 โ€” Panasonic cameras
  • DNG โ€” Adobe's open standard (used by Leica, Pentax, some others)
  • RAF โ€” Fujifilm cameras

Why Browsers Cannot Open RAW Files

Browser JavaScript has no built-in capability to decode any of these proprietary RAW formats. They require the manufacturer's SDK, LibRaw, or rawpy โ€” specialised C libraries that implement the complex demosaicing algorithms needed to convert sensor data into a viewable image. None of these are available in browser environments.

How FlipFiles Pro Converts RAW Files

FlipFiles Pro uses rawpy โ€” a Python library that wraps LibRaw, the industry-standard open-source library for RAW image decoding. It supports all major RAW formats and implements the full RAW processing pipeline:

  1. Demosaicing โ€” Converting the sensor's Bayer pattern data into RGB pixels
  2. White balance โ€” Applying the camera's recorded white balance (use_camera_wb=True)
  3. Colour correction โ€” Applying the camera's colour profile
  4. Tone curve โ€” Adjusting overall brightness and contrast
  5. Output sharpening โ€” Light sharpening optimised for the output resolution
Output FormatBest ForFile Size
JPG (92% quality)Sharing, web use, social mediaSmallest
PNG (lossless)Further editing, design useMedium
TIFF 300 DPIPrint production, archivingLargest
๐Ÿ’ก Professional note: For photographers who want to adjust white balance, exposure, and colour grading before exporting, Adobe Lightroom or Darktable (free) offer full RAW editing. FlipFiles Pro's RAW conversion uses camera-default processing and is ideal when you simply need the image in a standard format without editing.

Try it free

5 free jobs per month. All 145 tools. No credit card required.

Start Free โ†’
๐Ÿ”’
Privacy commitment
Files uploaded to FlipFiles Pro are permanently deleted within 30 minutes. We never store or share your files. For zero-upload tools, visit FlipFiles.io.