Main Content
Image Data
JPEG, TIFF, PNG, and other formats
Read or write image data, including in JPEG, TIFF, and PNG files.
Live Editor Tasks
Import Data | Import data from a file in the Live Editor (Since R2023a) |
Functions
Objects
Tiff | MATLAB Gateway to LibTIFF library routines |
Topics
- 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.
- Supported File Formats for Import and Export
Table of file formats that MATLAB can read and write, and recommended functions.