Uses of Interface
net.sourceforge.jiu.data.RGB48Image
-
Packages that use RGB48Image Package Description net.sourceforge.jiu.codecs net.sourceforge.jiu.color.promotion net.sourceforge.jiu.color.reduction net.sourceforge.jiu.data net.sourceforge.jiu.gui.awt -
-
Uses of RGB48Image in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs with parameters of type RGB48Image Modifier and Type Method Description private voidPNMCodec. save(RGB48Image image) -
Uses of RGB48Image in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type RGB48Image Modifier and Type Method Description private voidPromotionRGB48. process(BilevelImage in, RGB48Image out)private voidPromotionRGB48. process(Gray16Image in, RGB48Image out)private voidPromotionRGB48. process(Gray8Image in, RGB48Image out)private voidPromotionRGB48. process(Paletted8Image in, RGB48Image out)private voidPromotionRGB48. process(RGB24Image in, RGB48Image out) -
Uses of RGB48Image in net.sourceforge.jiu.color.reduction
Methods in net.sourceforge.jiu.color.reduction with parameters of type RGB48Image Modifier and Type Method Description private voidAutoDetectColorType. createPaletted8FromRgb48(RGB48Image in)private voidAutoDetectColorType. createRgb24FromRgb48(RGB48Image in, RGB24Image out)private booleanAutoDetectColorType. isRgb48Gray8(RGB48Image in)private booleanAutoDetectColorType. isRgb48Paletted8(RGB48Image in)Assumes that it has already been verified that the input 48 bpp RGB image is also a 24 bpp RGB image.private booleanAutoDetectColorType. isRgb48Rgb24(RGB48Image in)private voidRGBToGrayConversion. process(RGB48Image in) -
Uses of RGB48Image in net.sourceforge.jiu.data
Classes in net.sourceforge.jiu.data that implement RGB48Image Modifier and Type Class Description classMemoryRGB48ImageA class to store 48 bit RGB truecolor images in memory. -
Uses of RGB48Image in net.sourceforge.jiu.gui.awt
Methods in net.sourceforge.jiu.gui.awt with parameters of type RGB48Image Modifier and Type Method Description static ImageImageCreator. convertToAwtImage(RGB48Image image, int alpha)
-