Specifications

Intel
®
Image Processing Library Reference Manual
A-2
A
Table A-2 Windows DIB Conversion Functions
Function Depths Input and output images have the same
input output order origin number of channels
ConvertFromDIB
all
1u,8u,16u
ConvertFromDIBSep
all
1u,8u,16u
ConvertToDIB
1u,8u,16u all
x
ConvertToDIBSep
1u,8u,16u all
x
TranslateDIB
1bpp 1u clone x x
4bpp
8u clone x x
all = 1, 4, 8, 16, 24, 32 bpp DIB images;
4bpp stands for 4, 8, 16, 24, 32 bpp DIB images.
For iplConvertFromDIB and iplConvertFromDIBSep, the number of channels, bit depth
per channel and the dimensions of the IplImage should be greater than or equal to those of
the DIB image. When converting a DIB RGBA image, the IplImage should also contain an
alpha channel.