Uses of Interface
net.sourceforge.jiu.data.Paletted8Image
-
-
Uses of Paletted8Image in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as Paletted8Image Modifier and Type Field Description private Paletted8ImagePSDCodec. paletted8ImageMethods in net.sourceforge.jiu.codecs with parameters of type Paletted8Image Modifier and Type Method Description private voidPalmCodec. save(DataOutput out, Paletted8Image image)private voidRASCodec. saveData(Paletted8Image image) -
Uses of Paletted8Image in net.sourceforge.jiu.color
Methods in net.sourceforge.jiu.color with parameters of type Paletted8Image Modifier and Type Method Description private voidInvert. process(Paletted8Image in) -
Uses of Paletted8Image in net.sourceforge.jiu.color.adjustment
Methods in net.sourceforge.jiu.color.adjustment with parameters of type Paletted8Image Modifier and Type Method Description private voidBrightness. process(Paletted8Image in, Paletted8Image out)private voidContrast. process(Paletted8Image in, Paletted8Image out)private voidGammaCorrection. process(Paletted8Image in, Paletted8Image out)private voidHueSaturationValue. process(Paletted8Image in, Paletted8Image out) -
Uses of Paletted8Image in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis with parameters of type Paletted8Image Modifier and Type Method Description static CoOccurrenceMatrixMatrixCreator. createCoOccurrenceMatrix(Paletted8Image image)private voidMeanDifference. process(RGB24Image image1, Paletted8Image image2) -
Uses of Paletted8Image in net.sourceforge.jiu.color.dithering
Methods in net.sourceforge.jiu.color.dithering with parameters of type Paletted8Image Modifier and Type Method Description private voidErrorDiffusionDithering. process(RGB24Image in, Paletted8Image out)private voidOrderedDither. process(RGB24Image in, Paletted8Image out) -
Uses of Paletted8Image in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type Paletted8Image Modifier and Type Method Description private voidPromotionPaletted8. process(BilevelImage in, Paletted8Image out)private voidPromotionPaletted8. process(Gray8Image in, Paletted8Image out)private voidPromotionRGB24. process(Paletted8Image in, RGB24Image out)private voidPromotionRGB48. process(Paletted8Image in, RGB48Image out) -
Uses of Paletted8Image in net.sourceforge.jiu.color.quantization
Methods in net.sourceforge.jiu.color.quantization with parameters of type Paletted8Image Modifier and Type Method Description voidMedianCutQuantizer. mapImage(RGB24Image in, Paletted8Image out)private voidArbitraryPaletteQuantizer. process(RGB24Image in, Paletted8Image out)private voidUniformPaletteQuantizer. process(RGB24Image in, Paletted8Image out) -
Uses of Paletted8Image in net.sourceforge.jiu.color.reduction
Methods in net.sourceforge.jiu.color.reduction with parameters of type Paletted8Image Modifier and Type Method Description private voidAutoDetectColorType. createBilevelFromPaletted(Paletted8Image in)private voidAutoDetectColorType. createGray8FromPaletted8(Paletted8Image in, Gray8Image out)private voidRGBToGrayConversion. process(Paletted8Image in) -
Uses of Paletted8Image in net.sourceforge.jiu.data
Classes in net.sourceforge.jiu.data that implement Paletted8Image Modifier and Type Class Description classMemoryPaletted8ImageThis class stores a paletted image with one byte per sample in memory. -
Uses of Paletted8Image in net.sourceforge.jiu.gui.awt
Methods in net.sourceforge.jiu.gui.awt with parameters of type Paletted8Image Modifier and Type Method Description static ImageImageCreator. convertToAwtImage(Paletted8Image image, int alpha)
-