Uses of Interface
net.sourceforge.jiu.data.Gray8Image
Packages that use Gray8Image
Package
Description
-
Uses of Gray8Image in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as Gray8ImageMethods in net.sourceforge.jiu.codecs with parameters of type Gray8ImageModifier and TypeMethodDescriptionprivate voidPalmCodec.save(DataOutput out, Gray8Image image) private voidPNMCodec.save(Gray8Image image) -
Uses of Gray8Image in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis with parameters of type Gray8ImageModifier and TypeMethodDescriptionstatic CoOccurrenceMatrixMatrixCreator.createCoOccurrenceMatrix(Gray8Image image) -
Uses of Gray8Image in net.sourceforge.jiu.color.dithering
Methods in net.sourceforge.jiu.color.dithering with parameters of type Gray8ImageModifier and TypeMethodDescriptionprivate voidErrorDiffusionDithering.process(Gray8Image in, BilevelImage out) private voidErrorDiffusionDithering.process(Gray8Image in, Gray8Image out) private voidOrderedDither.process(Gray8Image in, BilevelImage out) private voidOrderedDither.process(Gray8Image in, Gray8Image out) -
Uses of Gray8Image in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type Gray8ImageModifier and TypeMethodDescriptionprivate voidPromotionGray16.process(Gray8Image in, Gray16Image out) private voidPromotionGray8.process(BilevelImage in, Gray8Image out) private voidPromotionPaletted8.process(Gray8Image in, Paletted8Image out) private voidPromotionRGB24.process(Gray8Image in, RGB24Image out) private voidPromotionRGB48.process(Gray8Image in, RGB48Image out) -
Uses of Gray8Image in net.sourceforge.jiu.color.reduction
Methods in net.sourceforge.jiu.color.reduction with parameters of type Gray8ImageModifier and TypeMethodDescriptionprivate voidAutoDetectColorType.createGray8FromPaletted8(Paletted8Image in, Gray8Image out) -
Uses of Gray8Image in net.sourceforge.jiu.data
Classes in net.sourceforge.jiu.data that implement Gray8ImageModifier and TypeClassDescriptionclassAn implementation ofGray8Imagethat keeps the complete image in memory. -
Uses of Gray8Image in net.sourceforge.jiu.gui.awt
Methods in net.sourceforge.jiu.gui.awt with parameters of type Gray8ImageModifier and TypeMethodDescriptionstatic ImageImageCreator.convertToAwtImage(Gray8Image image, int alpha) Creates an AWT Image object from a Gray8Image object and an alpha value.