Converting DIB Images

You may often need to convert images from the Windows* DIB (Device Independent Bitmap) format to the Intel® Image Processing Library format. To do this, use the following library functions:

TranslateDIB (preserves the original DIB attributes)
ConvertFromDIB (uses the attributes specified in the IplImage structure).

Code examples in this section illustrate the usage of the DIB conversion functions.

* Legal Information © 1998-2000, Intel Corporation