What is the difference between .mat and .vst?
- Extension
- .mat
- .vst
- Format
- Binary
- Binary
- Category
- Data
- Raster Image
- Developer
- The MathWorks
- Truevision
- 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 based on the Targa Truevision format; can store data up to 32 bits per pixel, with 24 bits for the RGB information and 8 bits for the alpha channel; may also incorporate lossless RLE compression to reduce the file size.
- MIME Type
- application/octet-stream
- image/x-targa
- Sample
- sample.mat
- Wikipedia
- .mat on Wikipedia
- .vst on Wikipedia