Overload List

  NameDescription
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.
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.
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.
GetQuantizedInstance(FREE_IMAGE_QUANTIZE, Int32, Int32, array<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.

See Also