imFormatRegisterBMP

\defgroup bmp BMP - Windows Device Independent Bitmap * \section Description * * \par * Windows Copyright Microsoft Corporation. * \par * Internal Implementation. * * \section Features * \verbatim Data Types: Byte Color Spaces: RGB, MAP and Binary (Gray saved as MAP) Compressions: NONE - no compression default RLE - Run Lenght Encoding (only for MAP and Gray) Only one image. Can have an alpha channel (only for RGB) Internally the components are always packed. Lines arranged from top down to bottom or bottom up to top. But are saved always as bottom up.

Attributes: ResolutionUnit (string) ["DPC", "DPI"] XResolution, YResolution IM_FLOAT (1)

Comments: Reads OS2 1.x and Windows 3, but writes Windows 3 always. Version 4 and 5 BMPs are not supported. \endverbatim * \ingroup format

version(IM)
extern (C) @nogc nothrow
void
imFormatRegisterBMP
()

Meta