Uses of Interface
net.sourceforge.jiu.data.RGB24Image
-
-
Uses of RGB24Image in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as RGB24Image Modifier and Type Field Description private RGB24ImagePSDCodec. rgb24ImageMethods in net.sourceforge.jiu.codecs with parameters of type RGB24Image Modifier and Type Method Description private voidPalmCodec. save(DataOutput out, RGB24Image image)private voidPNMCodec. save(RGB24Image image) -
Uses of RGB24Image in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis with parameters of type RGB24Image Modifier and Type Method Description private voidMeanDifference. process(RGB24Image image1, Paletted8Image image2) -
Uses of RGB24Image in net.sourceforge.jiu.color.dithering
Methods in net.sourceforge.jiu.color.dithering with parameters of type RGB24Image Modifier and Type Method Description private voidErrorDiffusionDithering. process(RGB24Image in, Paletted8Image out)private voidErrorDiffusionDithering. process(RGB24Image in, RGB24Image out)private voidOrderedDither. process(RGB24Image in, Paletted8Image out)private voidOrderedDither. process(RGB24Image in, RGB24Image out) -
Uses of RGB24Image in net.sourceforge.jiu.color.io
Methods in net.sourceforge.jiu.color.io that return RGB24Image Modifier and Type Method Description static RGB24ImagePaletteSerialization. convertPaletteToImage(Palette palette)Creates an RGB24Image from the palette entries, each entry becomes a pixel in an image of width 1 and height palette.getNumEntries().Methods in net.sourceforge.jiu.color.io with parameters of type RGB24Image Modifier and Type Method Description static PalettePaletteSerialization. convertImageToPalette(RGB24Image image)Create a palette from the pixels of the argument image. -
Uses of RGB24Image in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type RGB24Image Modifier and Type Method Description private voidPromotionRGB24. process(BilevelImage in, RGB24Image out)private voidPromotionRGB24. process(Gray8Image in, RGB24Image out)private voidPromotionRGB24. process(Paletted8Image in, RGB24Image out)private voidPromotionRGB48. process(RGB24Image in, RGB48Image out) -
Uses of RGB24Image in net.sourceforge.jiu.color.quantization
Methods in net.sourceforge.jiu.color.quantization with parameters of type RGB24Image Modifier and Type Method Description private RGBColorListMedianCutQuantizer. createColorList(RGB24Image image)voidMedianCutQuantizer. mapImage(RGB24Image in, Paletted8Image out)voidMedianCutQuantizer. mapImage(RGB24Image in, RGB24Image out)private voidArbitraryPaletteQuantizer. process(RGB24Image in, Paletted8Image out)private voidUniformPaletteQuantizer. process(RGB24Image in, Paletted8Image out) -
Uses of RGB24Image in net.sourceforge.jiu.color.reduction
Methods in net.sourceforge.jiu.color.reduction with parameters of type RGB24Image Modifier and Type Method Description private voidAutoDetectColorType. createPaletted8FromRgb24(RGB24Image in)private voidAutoDetectColorType. createRgb24FromRgb48(RGB48Image in, RGB24Image out)private booleanAutoDetectColorType. isRgb24Paletted8(RGB24Image in)private voidRGBToGrayConversion. process(RGB24Image in) -
Uses of RGB24Image in net.sourceforge.jiu.data
Classes in net.sourceforge.jiu.data that implement RGB24Image Modifier and Type Class Description classMemoryRGB24ImageA class to store 24 bit RGB truecolor images in memory. -
Uses of RGB24Image in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement RGB24Image Modifier and Type Class Description classBufferedRGB24ImageA bridge class to useBufferedImageobjects (class defined in the standard runtime library, packagejava.awt.image) asRGB24Imageobjects within JIU.Methods in net.sourceforge.jiu.gui.awt that return RGB24Image Modifier and Type Method Description static RGB24ImageImageCreator. convertImageToRGB24Image(Image image)Creates anRGB24Imagefrom the argument AWT image instance.static RGB24ImageToolkitLoader. loadAsRgb24Image(String fileName)Loads an image from a file using the AWT's built-in loader and converts the image to aRGB24Imageobject.Methods in net.sourceforge.jiu.gui.awt with parameters of type RGB24Image Modifier and Type Method Description static BufferedImageImageCreator. convertToAwtBufferedImage(RGB24Image image)Convert a JIURGB24Imageto aBufferedImagewith the given alpha value (useRGBA.DEFAULT_ALPHAas default).static ImageImageCreator. convertToAwtImage(RGB24Image image, int alpha)
-