What is the difference between .cr3 and .pgm?
- Extension
- .cr3
- .pgm
- Format
- Binary
- Binary
- Category
- Camera
- Raster Image
- Developer
- Canon
- Jef Poskanzer
- Description
- A CR3 file is an image created by select Canon digital cameras, such as the EOS M50 and EOS R. It may store uncompressed RAW image data exactly how it was captured by the CCD or compressed RAW (C-RAW) image data depending on the camera setting selected. CR3 files were introduced in 2018 with the release of the Canon EOS M50, replacing .CR2 files.
- 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-canon-cr3
- image/x-portable-graymap
- Sample
- sample.cr3
- sample.pgm
- Wikipedia
- .cr3 on Wikipedia
- .pgm on Wikipedia