<< copygraphics | Graphics I/O functions | imread >> |
imformats () |
formats = imformats() |
format = imformats(ext) |
File format extension: character vector or string scalar.
structure array: supported image formats.
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 |
Allan CORNET