What is the difference between .cap and .pgm?
- Extension
- .cap
- .pgm
- Format
- Binary
- Binary
- Category
- Camera
- Raster Image
- Developer
- Phase One
- Jef Poskanzer
- Description
- CAP files are RAW image files created by Phase One Capture One software. They contain uncompressed image data and are used for editing and archiving photos. CAP files can be edited using Capture One or converted to other popular image formats using the same software.
- 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
- application/x-phaseone-raw
- image/x-portable-graymap
- Sample
- sample.pgm
- Wikipedia
- .pgm on Wikipedia