What is the difference between .kdc and .mat?
- Extension
 - .kdc
 - .mat
 
- Format
 - Binary
 - Binary
 
- Category
 - Camera
 - Data
 
- Developer
 - Kodak
 - The MathWorks
 
- Description
 - This bitmap format is used in the Kodak DC series family of cameras. It is also known under the name Kodak Photogen. KDC is a RAW photo format for the post-processing of photos that has the ability to change key image parameters while maintaining the original level of detail.
 - 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.
 
- MIME Type
 - image/x-kdc
 - application/octet-stream
 
- Sample
 - sample.mat
 
- Wikipedia
 - .mat on Wikipedia