ConvMonoDIBtoGrayscale

#include "BIDIB.H"

HANDLE CALLBACK ConvMonoDIBtoGrayscale (HANDLE hDIB1, UINT nMethode) 

Description

This function converts a device dependent monochrome bitmap to grayscale.

Parameters

HANDLE

hDIB1

Handle of the DIB

UINT

nMethode

If the input DIB is 1 bit per pixel format, this parameter is specifies the antialiasing method.

Return values

Handle of output grayscale DIB,  NULL on error.

Programming notes

None

Requirements

 

Code example

None at present.