ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > ConvertRunsToDIB Method |
Converts the image bitmap of a 1-bit image from Accusoft's ImageGear compression to standard uncompressed DIB format.
In the resulting standard DIB image bitmap, the 1-bit pixels are "packed" 8 to a byte, however no compression scheme is used. |
This method will return an error if the image bitmap is not in "runs" format when it is called.
ConvertRunsToDIB (ByVal pPage As IGPage)
Name | Description |
---|---|
pPage | Reference to IGPage Object to which the conversion is applied. |
N/A
1
Image Processing and Effects