[mmBmpread] [Up] [mmReadgray] Image file I/O

mmBmpwrite
Write a BMP image file.

Synopsis

Double mmBmpwrite ( const Image& X , const String& filename );

Input

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

(to write)

filename String

(image file name)

Output

BOOL Double

error condition: 1 - written successfully, 0 - error

Description

mmBmpwrite writes the image X in the BMP file named filename.

See also

[mmBmpread] [Up] [mmReadgray]