Skip to main content

FeaturesEnableDisable

Control flags for enabling or disabling specific image transformation features

enum FeaturesEnableDisable {
UPSCALE
}

Values

FeaturesEnableDisable.UPSCALE

Controls whether images can be enlarged beyond their original dimensions. When disabled, prevents upscaling to maintain image quality. When enabled, allows enlargement which may reduce quality but provides flexibility for responsive design.

Member Of

TransformationInput input