Package is.galia.operation
package is.galia.operation
Contains image processing operations and related classes.
The key class in this package is
OperationList
which
implementations of Operation
are added to in the
order they should be applied.
-
ClassDescriptionEight-bits-per-component RGBA color.Encapsulates a color transform operation.Abstract cropping operation.Encapsulates an image encoding operation.Interface to be implemented by all image-processing operations.Normalized list of
image transform operations
associated with a source image that is identified by either aMetaIdentifier
orIdentifier
.Encapsulates a rotation operation.Encapsulates a scaling operation.Represents a resample algorithm.N.B.:ScaleByPercent.getPercent()
should not be used when figuring out how to apply an instance to an image.Encapsulates a transposition (flipping/mirroring) operation on an image.