The default avif quality used for re-encoding. Initially, this is set
to zero which suppresses adding the corresponding parameter to the
transformation string. Choice of default quality is thus left to the
image transformation component.
imagetransformation.default-jpeg-quality
Type
Float
Default
0.8
Description
The default jpeg quality used for re-encoding.
imagetransformation.default-web-p-quality
Type
Float
Default
0
Description
The default webp quality used for re-encoding. Initially, this is set
to zero which suppresses adding the corresponding parameter to the
transformation string. Choice of default quality is thus left to the
image transformation component.
imagetransformation.dynamic-variants
Type
Boolean
Default
true
Description
If true, resolve transformations from content, otherwise only
programmatically configured transformations are used.
imagetransformation.remove-metadata
Type
Boolean
Default
true
Description
The fallback value for removeMetadata. Will be effective for
transformations where neither the given Breakpoint nor the given
Transformation have a removeMetadata value.
If true, the "rm" image operation will be applied to remove
the image metadata
imagetransformation.sharpen
Type
Boolean
Default
true
Description
The fallback value for sharpen. Will be effective for transformations
where neither the given Breakpoint nor the given Transformation have a
sharpen value.
If true, the "usm" image operation will be applied and the
image will be sharpened.