What is the difference between .exr and .ppm?
- Extension
- .exr
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Industrial Light & Magic
- Jef Poskanzer
- Description
- Raster image stored in the OpenEXR format, a high dynamic-range (HDR) image file format developed by Industrial Light & Magic; supports multi-layer images, lossy and lossless compression, and 16-bit and 32-bit pixels; used for storing deep raster images for high-quality graphics; used by raster graphics editing programs and imaging applications.
- 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-exr
- image/x-portable-pixmap
- Sample
- sample.exr
- sample.ppm
- Wikipedia
- .exr on Wikipedia
- .ppm on Wikipedia