What is the difference between .fff and .pgm?
- Extension
- .fff
- .pgm
- Format
- Binary
- Binary
- Category
- Camera
- Raster Image
- Developer
- Hasselblad
- Jef Poskanzer
- Description
- The Hasselblad Camera RAW File Format (FFF) is a proprietary raw image format used by the digital medium format cameras made by Hasselblad. It stores unprocessed, uncompressed data from the camera's image sensor, along with metadata such as shutter speed, lens type, and more.
- A PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- image/x-portable-graymap
- Sample
- sample.pgm
- Wikipedia
- .pgm on Wikipedia