Uses of Interface
net.sourceforge.jiu.data.RGB48Image
Packages that use RGB48Image
Package
Description
-
Uses of RGB48Image in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs with parameters of type RGB48Image -
Uses of RGB48Image in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type RGB48ImageModifier and TypeMethodDescriptionprivate 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 RGB48ImageModifier and TypeMethodDescriptionprivate 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 RGB48ImageModifier and TypeClassDescriptionclassA 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 RGB48ImageModifier and TypeMethodDescriptionstatic ImageImageCreator.convertToAwtImage(RGB48Image image, int alpha)