FreeImage.ConvertColorDepth Method

FreeImage.NET

FreeImageConvertColorDepth Method
Overload List
  Name Description
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Top
See Also