Uses of Interface
net.sourceforge.jiu.data.PixelImage
Packages that use PixelImage
Package
Description
-
Uses of PixelImage in net.sourceforge.jiu.apps
Fields in net.sourceforge.jiu.apps declared as PixelImageMethods in net.sourceforge.jiu.apps that return PixelImageModifier and TypeMethodDescriptionprivate PixelImage
ColorIndexer.adjustColor
(PixelImage img) private PixelImage
ColorIndexer.convertToRgb24
(PixelImage in) EditorState.getImage()
Returns the image object currently loaded.private PixelImage
ColorIndexer.scale
(PixelImage in) Methods in net.sourceforge.jiu.apps with parameters of type PixelImageModifier and TypeMethodDescriptionprivate void
EditorState.addImageToRedo
(PixelImage image, boolean modifiedState) private void
EditorState.addImageToUndo
(PixelImage image, boolean modifiedState) private PixelImage
ColorIndexer.adjustColor
(PixelImage img) private PixelImage
ColorIndexer.convertToRgb24
(PixelImage in) private int[]
ColorIndexer.count
(PixelImage image) static String
ImageDescriptionCreator.getDescription
(PixelImage image, Locale locale, Strings strings) Returns a description of the argument image using the language as specified by the argument locale's two-letter language code.private static int
ImageDescriptionCreator.getImageType
(PixelImage image) private PixelImage
ColorIndexer.scale
(PixelImage in) void
EditorState.setImage
(PixelImage image, boolean newModifiedState) Sets image and modified state to argument values. -
Uses of PixelImage in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as PixelImageMethods in net.sourceforge.jiu.codecs that return PixelImageModifier and TypeMethodDescriptionImageCodec.getImage()
Returns the image object stored in this codec.static PixelImage
Attempts to load an image from a file.static PixelImage
Attempts to load an image from a file, notifying the argument progress listeners.static PixelImage
Load an image from a file given by its name.static PixelImage
Attempts to load an image from the file with the given name, using the given list of progress listeners.private PixelImage
Loads an image from given input stream in, regarding the compression type.static PixelImage
ImageLoader.loadToolkitImageUri
(String uri) Methods in net.sourceforge.jiu.codecs with parameters of type PixelImageModifier and TypeMethodDescriptionprivate void
RASCodec.saveHeader
(PixelImage image) void
ImageCodec.setImage
(PixelImage img) Give an image to this codec to be used for loading an image into it or saving the image.private void
PalmCodec.store
(PixelImage image, int y, byte[] row) BMPCodec.suggestFileExtension
(PixelImage image) ImageCodec.suggestFileExtension
(PixelImage image) Attempts to suggest a filename extension.PalmCodec.suggestFileExtension
(PixelImage image) PNGCodec.suggestFileExtension
(PixelImage image) PNMCodec.suggestFileExtension
(PixelImage image) RASCodec.suggestFileExtension
(PixelImage image) private void
BMPCodec.writeHeader
(PixelImage image, int filesize, int offset, int numBits) -
Uses of PixelImage in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg with parameters of type PixelImage -
Uses of PixelImage in net.sourceforge.jiu.color
Methods in net.sourceforge.jiu.color that return PixelImageModifier and TypeMethodDescriptionstatic PixelImage
Invert.invert
(PixelImage inputImage) Helper method to return an inverted image from the argument image.Methods in net.sourceforge.jiu.color with parameters of type PixelImageModifier and TypeMethodDescriptionstatic PixelImage
Invert.invert
(PixelImage inputImage) Helper method to return an inverted image from the argument image.private void
Invert.prepare
(PixelImage in) -
Uses of PixelImage in net.sourceforge.jiu.color.adjustment
Methods in net.sourceforge.jiu.color.adjustment that return PixelImageModifier and TypeMethodDescriptionstatic PixelImage
Brightness.adjust
(PixelImage input, int percentage) This static helper method is more simple to use when all you need are the standard options.static PixelImage
Contrast.adjust
(PixelImage input, int percentage) This static helper method is more simple to use when all you need are the standard options.Methods in net.sourceforge.jiu.color.adjustment with parameters of type PixelImageModifier and TypeMethodDescriptionstatic PixelImage
Brightness.adjust
(PixelImage input, int percentage) This static helper method is more simple to use when all you need are the standard options.static PixelImage
Contrast.adjust
(PixelImage input, int percentage) This static helper method is more simple to use when all you need are the standard options. -
Uses of PixelImage in net.sourceforge.jiu.color.analysis
Fields in net.sourceforge.jiu.color.analysis declared as PixelImageModifier and TypeFieldDescriptionprivate PixelImage
MeanDifference.image1
private PixelImage
MeanDifference.image2
Methods in net.sourceforge.jiu.color.analysis with parameters of type PixelImageModifier and TypeMethodDescriptionstatic Double
MeanDifference.compute
(PixelImage image1, PixelImage image2) Compute the mean difference between two images.void
MeanDifference.setImages
(PixelImage firstImage, PixelImage secondImage) Sets the two images for which the mean difference is to be determined. -
Uses of PixelImage in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type PixelImageModifier and TypeMethodDescriptionprivate void
PromotionGray16.prepare
(PixelImage in) private void
PromotionGray8.prepare
(PixelImage in) private void
PromotionPaletted8.prepare
(PixelImage in) private void
PromotionRGB24.prepare
(PixelImage in) private void
PromotionRGB48.prepare
(PixelImage in) -
Uses of PixelImage in net.sourceforge.jiu.color.reduction
Fields in net.sourceforge.jiu.color.reduction declared as PixelImageModifier and TypeFieldDescriptionprivate PixelImage
AutoDetectColorType.inputImage
private PixelImage
AutoDetectColorType.outputImage
Methods in net.sourceforge.jiu.color.reduction that return PixelImageModifier and TypeMethodDescriptionstatic PixelImage
RGBToGrayConversion.convert
(PixelImage rgbImage) Static convenience method to convert an RGB image to a grayscale image.AutoDetectColorType.getOutputImage()
Returns the reduced output image if one was created inAutoDetectColorType.process()
.Methods in net.sourceforge.jiu.color.reduction with parameters of type PixelImageModifier and TypeMethodDescriptionstatic PixelImage
RGBToGrayConversion.convert
(PixelImage rgbImage) Static convenience method to convert an RGB image to a grayscale image.void
AutoDetectColorType.setInputImage
(PixelImage image) This method must be used to specify the mandatory input image. -
Uses of PixelImage in net.sourceforge.jiu.data
Subinterfaces of PixelImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterface
An interface for bilevel pixel image data classes.interface
An extension of theIntegerImage
interface that restricts the image to byte samples.interface
Interface for grayscale images using integer samples that are sixteen bits large.interface
Interface for grayscale images using integer samples that are eight bits large.interface
An empty interface for grayscale images which have integer values of up to 32 bits (int
or smaller) as samples.interface
Extends thePixelImage
interface to access image data asint
values.interface
An interface for classes that store paletted images with eight bit integers for each pixel.interface
An empty interface for a paletted image type that uses integer values as samples.interface
An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).interface
An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).interface
An interface for RGB truecolor images.interface
An interface for RGB truecolor images that have integer samples.interface
An extension of theIntegerImage
interface that restricts the image toshort
samples.Classes in net.sourceforge.jiu.data that implement PixelImageModifier and TypeClassDescriptionclass
An implementation of theBilevelImage
interface that stores image data in abyte
array in memory.class
An implementation ofByteChannelImage
that stores image channels asbyte[]
arrays in memory.class
An implementation ofGray16Image
that keeps the complete image in memory.class
An implementation ofGray8Image
that keeps the complete image in memory.class
This class stores a paletted image with one byte per sample in memory.class
A class to store 24 bit RGB truecolor images in memory.class
A class to store 48 bit RGB truecolor images in memory.class
An implementation ofShortChannelImage
that stores image channels asshort[]
arrays in memory.Methods in net.sourceforge.jiu.data that return PixelImageModifier and TypeMethodDescriptionMemoryBilevelImage.createCompatibleImage
(int width, int height) abstract PixelImage
MemoryByteChannelImage.createCompatibleImage
(int width, int height) MemoryGray16Image.createCompatibleImage
(int width, int height) MemoryGray8Image.createCompatibleImage
(int width, int height) MemoryPaletted8Image.createCompatibleImage
(int width, int height) MemoryRGB24Image.createCompatibleImage
(int width, int height) MemoryRGB48Image.createCompatibleImage
(int width, int height) abstract PixelImage
MemoryShortChannelImage.createCompatibleImage
(int width, int height) PixelImage.createCompatibleImage
(int width, int height) Creates an instance of the same class as this one, with width and height given by the arguments.MemoryBilevelImage.createCopy()
MemoryByteChannelImage.createCopy()
MemoryShortChannelImage.createCopy()
PixelImage.createCopy()
Creates an new image object that will be of the same type as this one, with the same image data, using entirely new resources. -
Uses of PixelImage in net.sourceforge.jiu.filters
Methods in net.sourceforge.jiu.filters that return PixelImageModifier and TypeMethodDescriptionstatic PixelImage
ConvolutionKernelFilter.filter
(PixelImage input, int kernelType) Filters argument image with argument kernel type and returns output image.static PixelImage
ConvolutionKernelFilter.filter
(PixelImage input, ConvolutionKernelData data) Methods in net.sourceforge.jiu.filters with parameters of type PixelImageModifier and TypeMethodDescriptionstatic PixelImage
ConvolutionKernelFilter.filter
(PixelImage input, int kernelType) Filters argument image with argument kernel type and returns output image.static PixelImage
ConvolutionKernelFilter.filter
(PixelImage input, ConvolutionKernelData data) -
Uses of PixelImage in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement PixelImageModifier and TypeClassDescriptionclass
A bridge class to useBufferedImage
objects (class defined in the standard runtime library, packagejava.awt.image
) asRGB24Image
objects within JIU.Methods in net.sourceforge.jiu.gui.awt that return PixelImageModifier and TypeMethodDescriptionBufferedRGB24Image.createCompatibleImage
(int width, int height) BufferedRGB24Image.createCopy()
static PixelImage
ToolkitLoader.loadViaToolkitOrCodecs
(String fileName) Attempts to load an image from a file given by its name, using both the JIU codecs and the image loading functionality in java.awt.Toolkit.static PixelImage
ToolkitLoader.loadViaToolkitOrCodecs
(String fileName, boolean preferToolkit, Vector progressListeners) Attempts to load an image from a file given by its name, using both the JIU codecs and the image loading functionality in java.awt.Toolkit.Methods in net.sourceforge.jiu.gui.awt with parameters of type PixelImageModifier and TypeMethodDescriptionstatic BufferedImage
ImageCreator.convertToAwtBufferedImage
(PixelImage image) static Image
ImageCreator.convertToAwtImage
(PixelImage image, int alpha) Creates an instance ofImage
from an instance ofRGB24Image
.void
AwtOperationProcessor.setImage
(PixelImage newImage, boolean newModified) void
AwtOperationProcessor.updateFrame
(PixelImage image) -
Uses of PixelImage in net.sourceforge.jiu.ops
Fields in net.sourceforge.jiu.ops declared as PixelImageModifier and TypeFieldDescriptionprivate PixelImage
ImageToImageOperation.inputImage
private PixelImage
ImagesToImageOperation.outputImage
private PixelImage
ImageToImageOperation.outputImage
Methods in net.sourceforge.jiu.ops that return PixelImageModifier and TypeMethodDescriptionImagesToImageOperation.getInputImage
(int index) Returns the input image stored in this object.ImageToImageOperation.getInputImage()
Returns the input image stored in this object.ImagesToImageOperation.getOutputImage()
Returns the output image stored in this object.ImageToImageOperation.getOutputImage()
Returns the output image stored in this object.Methods in net.sourceforge.jiu.ops with parameters of type PixelImageModifier and TypeMethodDescriptionvoid
ImagesToImageOperation.addInputImage
(PixelImage in) Adds an image to the end of the internal list of input images.void
ImageToImageOperation.setInputImage
(PixelImage in) Sets the input image stored in this object to the argument.void
ImagesToImageOperation.setOutputImage
(PixelImage out) Sets the output image stored in this object to the argument.void
ImageToImageOperation.setOutputImage
(PixelImage out) Sets the output image stored in this object to the argument.Constructors in net.sourceforge.jiu.ops with parameters of type PixelImageModifierConstructorDescriptionImagesToImageOperation
(Vector in, PixelImage out) Constructs a new ImagesToImageOperation and initializes input images and output image to the arguments.Creates an object of this class and sets the input image to the argument value, output image tonull
.ImageToImageOperation
(PixelImage in, PixelImage out) Creates an object of this class and sets input image and output image to the argument values.