What is the difference between .exr and .pgm?
- Extension
- .exr
- .pgm
- Format
- Binary
- Binary
- 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 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-exr
- image/x-portable-graymap
- Sample
- sample.exr
- sample.pgm
- Wikipedia
- .exr on Wikipedia
- .pgm on Wikipedia