FeaturesEnableDisable
Enable/Disable available image optimization
enum FeaturesEnableDisable {
UPSCALE
}
Values
FeaturesEnableDisable.UPSCALE
[Disable] Prevent images being resized such that the output image's dimensions are larger than the source image.
[Enable] Allow images to be resized such that the output image's dimensions are larger than the source image.
Member Of
TransformationInput
input