What is the difference between .mat and .jxr?
- Extension
 - .mat
 - .jxr
 
- Format
 - Binary
 
- Category
 - Data
 - Raster Image
 
- Developer
 - The MathWorks
 - Microsoft
 
- 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.
 - Image stored in the JPEG XR format, which was originally developed by Microsoft for Windows Media software; supports deep color images with 48-bit RGB; used for high-resolution professional image editing; also supports lossless and lossy compression.
 
- MIME Type
 - application/octet-stream
 - image/vnd.ms-photo
 
- Sample
 - sample.mat
 - sample.jxr
 
- Wikipedia
 - .mat on Wikipedia
 - .jxr on Wikipedia