Converts a bitmap to 4 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 8-bit), the end result will be a
greyscale bitmap, otherwise (1-bit palletised bitmaps) it will be a palletised bitmap.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ConvertTo4Bits ( _
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