Image Data
JPEG, TIFF, PNG, and other formats
Read and write images, including .jpeg
, .tiff
, and .png
files.
Tâches du Live Editor
Import Data | Import data from a file in the Live Editor |
Fonctions
Classes
Tiff | MATLAB Gateway to LibTIFF library routines |
Exemples et procédures
- Importing Images
To import data into the MATLAB® workspace from a graphics file, use the
imread
function. - Exporting to Images
To export data from the MATLAB workspace using one of the standard graphics file formats, use the
imwrite
function. - Import Images, Audio, and Video Interactively
Import data interactively into MATLAB workspace.
Concepts
- Supported File Formats for Import and Export
Table of file formats that MATLAB can read and write, and recommended functions.