Uses of Record Class
is.galia.image.Region
Packages that use Region
Package
Description
Contains classes related to reading/decoding and writing/coding of images
and image metadata.
Contains two main components:
Classes for properties associated with an image.
Contains image processing operations and related classes.
-
Uses of Region in is.galia.codec
Methods in is.galia.codec with parameters of type RegionModifier and TypeMethodDescriptionAbstractImageIODecoder.decode
(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> decoderHints) Attempts to read an image as efficiently as possible, exploiting its tile layout, if possible.Decoder.decode
(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> decoderHints) Decodes the region of the image corresponding to the given arguments.protected BufferedImage
AbstractImageIODecoder.readMonoResolution
(int imageIndex, Region region) Reads a particular image from a multi-image file.protected BufferedImage
AbstractImageIODecoder.readSmallestUsableSubimage
(Region region, double[] scales, ReductionFactor reductionFactor) Reads the smallest image that can fulfill the given ROI and scale from a multi-image file. -
Uses of Region in is.galia.codec.gif
Methods in is.galia.codec.gif with parameters of type RegionModifier and TypeMethodDescriptionGIFDecoder.decode
(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> decoderHints) -
Uses of Region in is.galia.codec.jpeg
Methods in is.galia.codec.jpeg with parameters of type RegionModifier and TypeMethodDescriptionJPEGDecoder.decode
(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> hints) Override to handle images with incompatible ICC profiles, and also CMYK images, neither of which the Sun JPEGImageReader can do. -
Uses of Region in is.galia.codec.tiff
Methods in is.galia.codec.tiff with parameters of type RegionModifier and TypeMethodDescriptionTIFFDecoder.decode
(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> hints) Override that is multi-resolution- and tile-aware. -
Uses of Region in is.galia.image
Methods in is.galia.image that return RegionModifier and TypeMethodDescriptionRegion.moved
(double x, double y) Region.oriented
(Size fullSize, Orientation orientation) Region.resized
(double width, double height) Region.scaled
(double amount) Region.scaled
(double xAmount, double yAmount) Methods in is.galia.image with parameters of type RegionConstructors in is.galia.image with parameters of type Region -
Uses of Region in is.galia.operation
Methods in is.galia.operation that return RegionModifier and TypeMethodDescriptionabstract Region
Crop.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) Computes an effective crop rectangle in source image coordinates.Crop.getRegion
(Size fullSize, ScaleConstraint scaleConstraint) CropByPercent.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) CropByPixels.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) CropToSquare.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) -
Uses of Region in is.galia.operation.redaction
Methods in is.galia.operation.redaction that return RegionModifier and TypeMethodDescriptionRedaction.getRegion()
Redaction.getResultingRegion
(Size fullSize, ScaleConstraint scaleConstraint, Crop appliedCrop) Methods in is.galia.operation.redaction with parameters of type RegionConstructors in is.galia.operation.redaction with parameters of type Region