Uses of Class
net.sourceforge.jiu.ops.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in net.sourceforge.jiu.apps
Subclasses of Operation in net.sourceforge.jiu.appsModifier and TypeClassDescriptionclassLoads image files and generates color index information for them.Methods in net.sourceforge.jiu.apps with parameters of type OperationModifier and TypeMethodDescriptionvoidEditorState.installProgressListeners(Operation op) Adds all ProgressListener objects from the internal list of listeners to the argument operation. -
Uses of Operation in net.sourceforge.jiu.codecs
Subclasses of Operation in net.sourceforge.jiu.codecsModifier and TypeClassDescriptionclassA codec to read and write Windows BMP image files.classA codec to write Compuserve GIF (Graphics Interchange Format) files.classA codec to read Amiga IFF image files.classThe base class for image codecs, operations to read images from or write them to streams.classA codec to read and write image files in the native image file format of Palm OS, an operating system for handheld devices.classA codec to read Kodak Photo-CD (image pac) image files.classA codec for the Portable Network Graphics (PNG) format.classA codec to read and write Portable Anymap (PNM) image files.classA codec to read images from Photoshop PSD files.classA codec to read and write Sun Raster (RAS) image files. -
Uses of Operation in net.sourceforge.jiu.codecs.jpeg
Subclasses of Operation in net.sourceforge.jiu.codecs.jpeg -
Uses of Operation in net.sourceforge.jiu.codecs.tiff
Subclasses of Operation in net.sourceforge.jiu.codecs.tiffModifier and TypeClassDescriptionclassA codec to read Tagged Image File Format (TIFF) image files. -
Uses of Operation in net.sourceforge.jiu.color
Subclasses of Operation in net.sourceforge.jiu.color -
Uses of Operation in net.sourceforge.jiu.color.adjustment
Subclasses of Operation in net.sourceforge.jiu.color.adjustmentModifier and TypeClassDescriptionclassAdjusts the brightness of an image.classAdjusts the contrast of an image.classEqualize the image using histogram information separately for each channel.classCorrects the gamma of an image.classAdjusts saturation and value of a color image, optionally hue as well.classNormalize the image using histogram information, separately for each channel. -
Uses of Operation in net.sourceforge.jiu.color.analysis
Subclasses of Operation in net.sourceforge.jiu.color.analysisModifier and TypeClassDescriptionclassThis class creates one-dimensional histograms for images with integer samples.classThis class creates three-dimensional histograms for images with integer samples.classThis operation determines the mean difference between two images.classThis class determines a number of properties for a given co-occurrence matrix. -
Uses of Operation in net.sourceforge.jiu.color.dithering
Subclasses of Operation in net.sourceforge.jiu.color.ditheringModifier and TypeClassDescriptionclassApply a clustered dot ordered dither to a grayscale image, converting it to a bilevel image in the process.classThis class is used to apply error diffusion dithering to images that are being reduced in their color depth.classThis operation reduces the color depth of RGB truecolor images and grayscale images by applying ordered dithering. -
Uses of Operation in net.sourceforge.jiu.color.promotion
Subclasses of Operation in net.sourceforge.jiu.color.promotionModifier and TypeClassDescriptionclassConverts BilevelImage and Gray8Image objects to Gray16Image objects.classConverts BilevelImage objects to Gray8Image objects.classclassConverts several image types to RGB.classConverts several image types toRGB48Image. -
Uses of Operation in net.sourceforge.jiu.color.quantization
Subclasses of Operation in net.sourceforge.jiu.color.quantizationModifier and TypeClassDescriptionclassA color quantizer that maps anRGBImageto any given palette.classPerforms the Median Cut color quantization algorithm in combination with a contour removal algorithm.classPerforms the Median Cut color quantization algorithm for a given list of colors.classPerforms the octree color quantization algorithm for a given RGB truecolor image.classPerforms the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image.classA color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube. -
Uses of Operation in net.sourceforge.jiu.color.reduction
Subclasses of Operation in net.sourceforge.jiu.color.reductionModifier and TypeClassDescriptionclassDetects the minimum (in terms of memory) color type of an image.classReduces the color depth of RGB truecolor images.classReduces the number of shades of gray of a grayscale image.classReduces aGrayIntegerImageto aBilevelImageby setting all values below a certain threshold value to black and everything else to white.classConverts RGB color images (both truecolor and paletted) to grayscale images. -
Uses of Operation in net.sourceforge.jiu.filters
Subclasses of Operation in net.sourceforge.jiu.filtersModifier and TypeClassDescriptionclassBase class for operations that convert images to images and determine an output sample by doing calculations on the input sample at the same position plus some neighboring samples.classApplies a convolution kernel filter to an image.classFilter operation that replaces each sample by the maximum value of itself and its neighbor samples.classApplies a mean filter that replaces each pixel by the mean of itself and its neighbors.classApplies a Median filter that replaces each pixel by the median of itself and its neighbors.classFilter operation that replaces each sample by the minimum value of itself and its neighbors.classApplies a filter that makes the image look like an oil painting. -
Uses of Operation in net.sourceforge.jiu.geometry
Subclasses of Operation in net.sourceforge.jiu.geometryModifier and TypeClassDescriptionclassCopies a rectangular area of one image to another image that is exactly as large as that rectangular area.classFlips images (top row becomes bottom row and vice versa, and so on).classMirrors images (leftmost column becomes rightmost column and vice versa, and so on).classResizes grayscale and truecolor images using filters.classRotates images by 180 degrees.classRotates images by 90 degrees counter-clockwise (to the left).classRotates images by 90 degrees clockwise (to the right).classChanges the pixel resolution of an image by replicating (or dropping) pixels.classShears an image by a given angle. -
Uses of Operation in net.sourceforge.jiu.ops
Subclasses of Operation in net.sourceforge.jiu.opsModifier and TypeClassDescriptionclassAbstract base class to do batch processing on files and complete directory trees.classAn operation that takes several input images and produces one output image.classAn operation that acesses an input image and produces data for an output image.classAn operation that replaces samples with values taken from a lookup table.