Skip to content

Free toolsImages

RAW to JPG

CR2, CR3, NEF, ARW, RAF, ORF, RW2, PEF, DNG — developed as shot, into JPGs.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert RAW to JPG

  1. Drop the raw files.
  2. Pick a quality.
  3. Press Convert and download the JPGs.

What happens to your file

Each raw is developed on Fylane’s servers with LibRaw — the engine behind most raw software — using the white balance the camera recorded and a standard sRGB rendering, then encoded as JPEG at your quality and deleted on schedule.

Picture styles, lens corrections and in-camera edits live outside the raw data and are not applied: the JPG is a neutral development at the sensor’s full resolution.

A camera newer than the engine, or a damaged file, is refused with a message — never handed back half developed.

Questions

Will it look like the JPG my camera made?

Close, but more neutral: the camera applies its picture style, noise reduction and lens profile. A straight development shows the scene as recorded; an editor adds the taste.

Which formats exactly?

DNG, Canon CR2 and CR3, Nikon NEF, Sony ARW, Fujifilm RAF, Olympus ORF, Panasonic RW2, Pentax PEF and Samsung SRW. Drop several makers together; each is developed on its own.

Is my raw changed?

No. It is read, developed into a new JPG, and deleted on schedule; the original never leaves your device altered.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "image.convert",
    "options": {
      "format": "jpeg",
      "quality": 82
    }
  }'

The same operation, image.convert — Re-encode to WebP, JPEG, PNG or AVIF at your quality. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.