RAF
RAF camera raw imageUsed for preserving unprocessed sensor data for later development.
- Family
- Images
- MIME
- image/x-fuji-raf
Free RAF to BMP conversion online, with the real camera-raw development and image encoding behavior, what gets lost, and a concrete way to check the output.
Demosaicing, white balance, tone, orientation, and color interpretation all run against the sensor-oriented RAF data before BMP encoding even starts. What comes out is a rendered photograph, never another untouched camera negative. The RAF reader accounts for the Fujifilm sensor arrangement and camera metadata before demosaicing, cropping, and mapping the capture into display color. The BMP writer commits one rectangular pixel surface with explicit row order and color depth; it is aimed at simple bitmap interchange, not layered or multi-resolution artwork.
Decoded canvas - Fujifilm raw sensor data including camera settings and, for many cameras, a non-Bayer color filter layout. Written image - A broadly understood bitmap with straightforward pixel storage and little compression.
Used for preserving unprocessed sensor data for later development.
Designed for pixel-based artwork, scans, and photographs.
Choose BMP when its particular balance of compatibility, alpha, animation, and file size matches the destination better than RAF.
X-Trans demosaicing, Film Simulations, and lens corrections differ noticeably between raw developers.
BMP derivatives are often much larger than web images and may encode alpha or row order differently between apps.
The writer builds a broadly understood bitmap with straightforward pixel storage and little compression and labels the result as image/bmp. The receiving application - Not the extension alone - Is the final compatibility test.
Inspect fine foliage, false color, skin tone, Film Simulation intent, highlights, crop, and lens geometry.
Confirm dimensions, color depth, orientation, and whether the receiving app reads transparency.