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 void
PromotionRGB48.process
(BilevelImage in, RGB48Image out) private void
PromotionRGB48.process
(Gray16Image in, RGB48Image out) private void
PromotionRGB48.process
(Gray8Image in, RGB48Image out) private void
PromotionRGB48.process
(Paletted8Image in, RGB48Image out) private void
PromotionRGB48.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 void
AutoDetectColorType.createPaletted8FromRgb48
(RGB48Image in) private void
AutoDetectColorType.createRgb24FromRgb48
(RGB48Image in, RGB24Image out) private boolean
AutoDetectColorType.isRgb48Gray8
(RGB48Image in) private boolean
AutoDetectColorType.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 boolean
AutoDetectColorType.isRgb48Rgb24
(RGB48Image in) private void
RGBToGrayConversion.process
(RGB48Image in) -
Uses of RGB48Image in net.sourceforge.jiu.data
Classes in net.sourceforge.jiu.data that implement RGB48ImageModifier and TypeClassDescriptionclass
A 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 Image
ImageCreator.convertToAwtImage
(RGB48Image image, int alpha)