FreeImage.NET Class Library Reference
FreeImageConvertColorDepth Method |
Overload List
Name | Description | |
---|---|---|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH, FREE_IMAGE_DITHER) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH, FREE_IMAGE_QUANTIZE) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH, Boolean) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH, Byte) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH, FREE_IMAGE_DITHER, Boolean) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH, FREE_IMAGE_QUANTIZE, Boolean) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
|
ConvertColorDepth(FIBITMAP, FREE_IMAGE_COLOR_DEPTH, Byte, Boolean) |
Converts a FreeImage bitmap from one color depth to another.
If the conversion fails the original FreeImage bitmap is returned.
|
See Also