Uses of Interface
de.gsi.chart.utils.PaletteQuantizer
-
Packages that use PaletteQuantizer Package Description de.gsi.chart.utils -
-
Uses of PaletteQuantizer in de.gsi.chart.utils
Classes in de.gsi.chart.utils that implement PaletteQuantizer Modifier and Type Class Description classPaletteQuantizerNeuQuantNeuQuant Neural-Net Quantisation Algorithm Copyright (c) 1994 Anthony Dekker NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994.Methods in de.gsi.chart.utils that return PaletteQuantizer Modifier and Type Method Description static PaletteQuantizerWriteFxImage. estimatePalette(int[] pixelArray, int width, int heigth, boolean alpha, int nColors)static PaletteQuantizerWriteFxImage. estimatePalette(javafx.scene.image.Image image, boolean alpha, int nColors)Methods in de.gsi.chart.utils with parameters of type PaletteQuantizer Modifier and Type Method Description static java.nio.ByteBufferWriteFxImage. encodePalette(javafx.scene.image.Image image, java.nio.ByteBuffer byteBuffer, boolean alpha, int compressionLevel, ar.com.hjg.pngj.FilterType filterType, PaletteQuantizer... userPalette)
-