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 EncoderEncoderFactory.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 TypeMethodDescriptionvoidChecks that anidentifier is setChecks that anEncodeis present CallsOperation.validate(is.galia.image.Size, is.galia.image.ScaleConstraint)on eachOperationChecks that the resulting scale is not larger than allowed by thescale constraintChecks 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.