[mmDatatype] [Up] [mmBmpwrite] Image file I/O

mmBmpread
Read a BMP image file.

Synopsis

Image mmBmpread ( const String& filename );

Input

filename String

(image file name)

Output

Y Image [ Gray-scale (uint8 or uint16) or binary image ]

Description

mmBmpread reads the BMP image file named filename and creates the image variable y.

See also

[mmDatatype] [Up] [mmBmpwrite]