What is the difference between .cr2 and .ppm?
- Extension
- .cr2
- .ppm
- Format
- Binary
- Text
- Category
- Camera
- Raster Image
- Developer
- Canon
- Jef Poskanzer
- Description
- A CR2 file is a raw camera image created by Canon digital cameras. It stores uncompressed image data exactly how it was captured by the CCD. CR2 files can be adjusted for white balance and exposure using several image-editing software programs, including the software bundled with Canon digital camera purchases.
- 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-cr2
- image/x-portable-pixmap
- Sample
- sample.cr2
- sample.ppm
- Wikipedia
- .cr2 on Wikipedia
- .ppm on Wikipedia