imformats ()
formats = imformats()
format = imformats(ext)
| Parameter | Description |
|---|---|
| ext | File format extension: character vector or string scalar. |
| Parameter | Description |
|---|---|
| formats | structure array: supported image formats. |
| format | structure: supported image format. |
imformats returns the list of supported image formats.
formats = imformats() returns the list of supported image formats in a structure array.
format = imformats(ext) returns the structure of the image format corresponding to the extension ext.
Each element of the structure array contains the fields:
imformats()
| Version | Description |
|---|---|
| 1.13.0 | initial version |