What is the difference between .mat and .exr?
- Extension
- .mat
- .exr
- Format
- Binary
- Binary
- Category
- Data
- Raster Image
- Developer
- The MathWorks
- Industrial Light & Magic
- Description
- MAT (MATLAB Image Format) is an image file format created by MathWorks for storing and sharing MATLAB data and images. It contains data in a binary format, as well as metadata describing the image. MAT files can be used to store images, 3D models, and other types of data.
- 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.
- MIME Type
- application/octet-stream
- image/x-exr
- Sample
- sample.mat
- sample.exr
- Wikipedia
- .mat on Wikipedia
- .exr on Wikipedia