#include "BITIFF.H"
BOOL CALLBACK SaveBitmapInCcittFile (LPTSTR lpszFileName, HBITMAP hBitmap, UINT wCompression)
Description
Saves the bitmap in a Ccitt file format on the path declared in the “lpszFileName” parameter.
Parameters
|
LPSTR HBITMAP |
lpszFileName hBitmap |
Path to the TIFF file. The handle of the BITMAP |
|
UINT |
wCompression |
The compression type |
Return values
True on success, otherwise false.
Programming notes
None
Requirements
Code example
None at present.