Uses of Class
is.galia.operation.Scale
Packages that use Scale
Package
Description
Contains image processing operations and related classes.
Package in which processors reside.
-
Uses of Scale in is.galia.operation
Subclasses of Scale in is.galia.operationModifier and TypeClassDescriptionclassN.B.:ScaleByPercent.getPercent()should not be used when figuring out how to apply an instance to an image.class -
Uses of Scale in is.galia.processor
Methods in is.galia.processor with parameters of type ScaleModifier and TypeMethodDescriptionstatic BufferedImageJava2DUtils.scale(BufferedImage inImage, Scale scale, ScaleConstraint scaleConstraint, ReductionFactor reductionFactor, boolean isLinear) Scales an image, taking an already-applied reduction factor into account. -
Uses of Scale in is.galia.resource.iiif
Methods in is.galia.resource.iiif with parameters of type ScaleModifier and TypeMethodDescriptionprotected voidIIIFResource.validateScale(Size orientedFullSize, Scale scale, Status invalidStatus) Ensures that the effective scale (considering scale constraint and any scale operation) is not greater than the value ofKey.MAX_SCALEin the application configuration.