Uses of Interface
net.sourceforge.jiu.data.Gray8Image
-
-
Uses of Gray8Image in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as Gray8Image Modifier and Type Field Description private Gray8ImagePSDCodec. gray8ImageMethods in net.sourceforge.jiu.codecs with parameters of type Gray8Image Modifier and Type Method Description private 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 Gray8Image Modifier and Type Method Description static CoOccurrenceMatrixMatrixCreator. createCoOccurrenceMatrix(Gray8Image image) -
Uses of Gray8Image in net.sourceforge.jiu.color.dithering
Methods in net.sourceforge.jiu.color.dithering with parameters of type Gray8Image Modifier and Type Method Description private 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 Gray8Image Modifier and Type Method Description private 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 Gray8Image Modifier and Type Method Description private voidAutoDetectColorType. createGray8FromPaletted8(Paletted8Image in, Gray8Image out) -
Uses of Gray8Image in net.sourceforge.jiu.data
Classes in net.sourceforge.jiu.data that implement Gray8Image Modifier and Type Class Description classMemoryGray8ImageAn 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 Gray8Image Modifier and Type Method Description static ImageImageCreator. convertToAwtImage(Gray8Image image, int alpha)Creates an AWT Image object from a Gray8Image object and an alpha value.
-