FreeImageBitmap.GetQuantizedInstance Method

FreeImage.NET

FreeImageBitmapGetQuantizedInstance Method
Overload List
  Name Description
Public method GetQuantizedInstance(FREE_IMAGE_QUANTIZE, Int32)
Quantizes this FreeImageBitmap from 24 bit, using the specified algorithm initializing a new 8 bit instance with the specified paletteSize.
Public method GetQuantizedInstance(FREE_IMAGE_QUANTIZE, Int32, Palette)
Quantizes this FreeImageBitmap from 24 bit, using the specified algorithm and reservePalette initializing a new 8 bit instance with the specified paletteSize.
Public method GetQuantizedInstance(FREE_IMAGE_QUANTIZE, Int32, Int32, Palette)
Quantizes this FreeImageBitmap from 24 bit, using the specified algorithm and up to reserveSize entries from reservePalette initializing a new 8 bit instance with the specified paletteSize.
Public method GetQuantizedInstance(FREE_IMAGE_QUANTIZE, Int32, Int32, RGBQUAD)
Quantizes this FreeImageBitmap from 24 bit, using the specified algorithm and up to reserveSize entries from reservePalette initializing a new 8 bit instance with the specified paletteSize.
Top
See Also