What is the difference between .exr and .pbm?
- Extension
- .exr
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Industrial Light & Magic
- Wolfgang Hoschek
- 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.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- image/x-exr
- image/x-portable-bitmap
- Sample
- sample.exr
- sample.pbm
- Wikipedia
- .exr on Wikipedia
- .pbm on Wikipedia