Overload List

  NameDescription
Quantize(FREE_IMAGE_QUANTIZE, Int32)
Quantizes this FreeImageBitmap from 24 bit to 8bit creating a new palette with the specified paletteSize using the specified algorithm.
Quantize(FREE_IMAGE_QUANTIZE, Int32, Palette)
Quantizes this FreeImageBitmap from 24 bit to 8bit creating a new palette with the specified paletteSize using the specified algorithm and the specified reservePalette up to the specified paletteSize.
Quantize(FREE_IMAGE_QUANTIZE, Int32, Int32, Palette)
Quantizes this FreeImageBitmap from 24 bit to 8bit creating a new palette with the specified paletteSize using the specified algorithm and the specified reservePalette up to the specified paletteSize.
Quantize(FREE_IMAGE_QUANTIZE, Int32, Int32, array<RGBQUAD>[]()[])
Quantizes this FreeImageBitmap from 24 bit to 8bit creating a new palette with the specified paletteSize using the specified algorithm and the specified reservePalette up to the specified paletteSize.

See Also