What is the difference between .raf and .ppm?
- Extension
- .raf
- .ppm
- Format
- Binary
- Text
- Category
- Camera
- Raster Image
- Developer
- Fuji
- Jef Poskanzer
- Description
- Uncompressed RAW photograph taken with a Fuji digital camera, such as a high-end FinePix model; contains unprocessed image data; may also include a .JPG version of the same image within the file.
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- image/x-fujifilm-raf
- image/x-portable-pixmap
- Sample
- sample.raf
- sample.ppm
- Wikipedia
- .raf on Wikipedia
- .ppm on Wikipedia