Converts a bitmap to 8 bits. If the bitmap was a high-color bitmap (16, 24 or 32-bit)
or if it was a monochrome or greyscale bitmap (1 or 4-bit), the end result will be a
greyscale bitmap, otherwise (1 or 4-bit palletised bitmaps) it will be a palletised bitmap.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ConvertTo8Bits ( _
dib As FIBITMAP _
) As FIBITMAP |
Return Value
Handle to a FreeImage bitmap.
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also