Uses of Class
is.galia.codec.VariantFormatException
Packages that use VariantFormatException
Package
Description
Contains classes related to reading/decoding and writing/coding of images
and image metadata.
Contains image processing operations and related classes.
-
Uses of VariantFormatException in is.galia.codec
Methods in is.galia.codec that throw VariantFormatExceptionModifier and TypeMethodDescriptionstatic Encoder
EncoderFactory.newEncoder
(Encode encode, Arena arena) Returns a new instance capable of encoding the given format, based on the setting ofKey.ENCODER_FORMATS
. -
Uses of VariantFormatException in is.galia.operation
Methods in is.galia.operation that throw VariantFormatExceptionModifier and TypeMethodDescriptionvoid
Checks that anidentifier is set
Checks that anEncode
is present CallsOperation.validate(is.galia.image.Size, is.galia.image.ScaleConstraint)
on eachOperation
Checks that the resulting scale is not larger than allowed by thescale constraint
Checks that the resulting pixel area is greater than zero and less than or equal toKey.MAX_PIXELS
(if set) These are all general validations that are not endpoint-specific.