Reference Formats
RAF
RAF is Fujifilm's proprietary raw format, built around the company's non-Bayer Super CCD and later X-Trans sensor arrays, first shipped on the FinePix S2 Pro in 2002.
Extension
.raf
Full name
Fujifilm RAW Format
Introduced
2002, first shipping with the Fujifilm FinePix S2 Pro
Vendor
Fujifilm
What is inside the container
RAF wraps unprocessed sensor data in a proprietary TIFF-like container together with EXIF metadata and an embedded JPEG preview, historically a fixed low-resolution thumbnail on early bodies. Because Fujifilm sensors use non-standard photosite arrangements (the honeycomb Super CCD, later the X-Trans color filter array), converters need Fujifilm-aware demosaicing logic rather than generic Bayer decoding, which has made third-party RAF support lag behind Fujifilm's own tools at times. There is no published specification.
How to open it
For archives
RAF is undocumented and its non-Bayer sensor layouts make faithful third-party decoding harder than for standard Bayer raw formats. A DAM should generate DNG derivatives for interoperability and preview generation, but retain the original RAF file since Fujifilm's own X-Trans demosaicing (in-camera or via X RAW Studio/Capture One) can still produce visibly different results from generic converters.
RAF debuted in 2002 with the Fujifilm FinePix S2 Pro, an interchangeable-lens SLR built around Fujifilm’s Super CCD sensor. Unlike the conventional square Bayer grid most camera makers use, Fujifilm’s Super CCD arranged photosites in a diagonal honeycomb pattern, and RAF was designed from the start to carry that unusual sensor geometry along with the metadata needed to reconstruct it. Early RAF files from the S2 Pro era embedded a small fixed-size JPEG preview that could itself be extracted and viewed by tools with no raw support at all.
Fujifilm later moved from Super CCD to the X-Trans CMOS sensor, which uses a more complex, larger repeating color filter pattern intended to reduce moiré without an optical low-pass filter. RAF carried over as the container for X-Trans data too, which means the format spans two structurally different sensor technologies under one extension — a detail that matters for any tool trying to decode RAF generically rather than camera-by-camera.
For a DAM handling Fujifilm assets, that sensor complexity is the practical issue: X-Trans demosaicing is harder to get right than standard Bayer demosaicing, and different converters visibly disagree on fine detail and color from the same RAF file. Photographers who care about matching Fujifilm’s in-camera film-simulation rendering often reach for Fujifilm’s own X RAW Studio or Capture One rather than a generic converter, which is a reason to keep RAF originals rather than relying solely on an auto-generated DNG proxy for final output.
Frequently asked
Why does RAF need Fujifilm-aware demosaicing rather than generic Bayer decoding?
Fujifilm sensors use non-standard photosite arrangements, the honeycomb Super CCD and later the X-Trans color filter array, so converters need Fujifilm-aware demosaicing logic, which has made third-party RAF support lag behind Fujifilm's own tools at times.
Should a DAM keep the original RAF file even after generating a DNG derivative?
Yes. Converting RAF to DNG normalizes Fujifilm's non-Bayer color filter array into Adobe's generic raw model, discarding vendor-specific processing hints. Fujifilm's own X-Trans demosaicing, whether performed in-camera, through X RAW Studio (which uses the camera's actual image processor), or in Capture One with its X-Trans-tuned engine, can still produce visibly sharper, less artifact-prone results than a generic DNG converter. A DAM should treat RAF as the archival master and generate DNG only as a compatibility derivative for broad software support.
Is there a public specification for RAF?
No. Like most proprietary camera raw formats, RAF has no published specification; support depends on reverse engineering by projects such as dcraw, LibRaw, and ExifTool. Investigators have documented that RAF files open with the magic string "FUJIFILMCCD-RAW", followed by an offset directory pointing to a JPEG preview, EXIF/XMP metadata, and a TIFF-wrapped CFA section holding the sensor data. Because Fujifilm periodically changes internals, such as adding optional compression from the X-Pro2/X-T3 generation onward, a DAM's raw support depends on keeping its parsing libraries current.
What does the embedded preview in early RAF files look like?
Early Fujifilm bodies such as the FinePix S2 Pro embedded only a small, fixed-resolution JPEG thumbnail inside the RAF container, rather than the fuller-size preview many competing raw formats already offered at the time. That limits how useful the embedded image is for DAM proofing: extracting it gives a fast but low-quality preview, so accurate full-size thumbnails still require decoding the actual raw sensor data. Later Fujifilm cameras moved to larger embedded JPEG previews, easing this constraint for newer RAF files.
What Fujifilm-native tool processes RAF using the camera's own image processor?
Fujifilm X RAW Studio processes RAF using the camera's own image processor rather than a desktop demosaicing algorithm: it tethers a compatible X-series or GFX body over USB and re-renders the raw file through the same processor and Film Simulation engine that produced the in-camera JPEG. Output therefore matches Fujifilm's native color science exactly. For a DAM this makes X RAW Studio a useful fidelity reference, though it requires a physical camera connection and doesn't scale to batch archive processing.
When was RAF introduced?
RAF was introduced in 2002 with the Fujifilm FinePix S2 Pro, a DSLR built on a Nikon F-mount body around Fujifilm's Super CCD sensor. Fujifilm has kept the RAF extension ever since, carrying it through later Super CCD compacts, the X-series mirrorless line launched in 2012 with the X-Trans sensor, and today's GFX medium-format cameras. For a DAM, that continuity means a single format name spans more than two decades of different sensor architectures and internal container revisions.
Which professional tool is widely used by Fujifilm shooters for RAF processing?
Capture One is the tool most widely favored by Fujifilm shooters for RAF processing, prized for X-Trans demosaicing that avoids the smeared "watercolor" artifacts early Adobe Camera Raw versions produced on fine detail like foliage. Iridient Developer, and its X-Transformer utility, is a common alternative, especially on macOS, also valued for X-Trans quality. For a DAM, this matters because batch-generated previews from a generic pipeline may look noticeably different from what a photographer expects from their preferred RAF converter.
What should a DAM generate from RAF for interoperability and previews?
For interoperability, a DAM should generate a DNG derivative from RAF, since DNG is openly documented and widely supported across editing, cataloging, and viewing software that may not recognize Fujifilm's proprietary container. For previews, it should extract or render a full-resolution JPEG (and a smaller thumbnail) so users can browse and search without triggering a raw decode each time. The original RAF stays the preservation master; DNG and JPEG derivatives exist purely for compatibility and speed.
Sources
- RAF first appeared on the Fujifilm FinePix S2 Pro, introduced in January 2002, and S2 Pro raw files embed a 1440x960 JPEG preview checked 2026-08-07 — PaintShop Pro, RAF File Guide
- Fujifilm's Super CCD sensor and later X-Trans sensor use non-Bayer color filter arrangements that raw converters must handle specifically checked 2026-08-07 — libopenraw, Fujifilm RAF format notes
- Fujifilm X RAW Studio processes RAF files using the camera's own image processor for output consistent with in-camera rendering checked 2026-08-07 — Adobe, Fujifilm HDR RAF support notes