How Can We Help?

SimpleOCR:SDK Functions – GetImgBitmapInfo

You are here:
< All Topics

LPBITMAPINFO GetImgBitmapInfo(const IMG * img)

This function gets a pointer to the BITMAPINFO structure corresponding to the image.

Return Value

A pointer to a BITMAPINFO structure.

Parameters

img

Pointer to an image of type IMG.

Comments

See your Windows SDK documentation for obtaining information about the BITMAPINFO structure and how to use it.

Example

IMG *img; 
LPBITMAPINFO lpbi; 

// Create an IMG 
... 
lpbi=GetImgBitmapInfo(img);
Contact Us for FREE Consultation on Your OCR Project
=
Table of Contents

Title

Go to Top