What is the difference between .cr3 and .ppm?
- Extension
- .cr3
- .ppm
- Format
- Binary
- Text
- 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 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-canon-cr3
- image/x-portable-pixmap
- Sample
- sample.cr3
- sample.ppm
- Wikipedia
- .cr3 on Wikipedia
- .ppm on Wikipedia