qlt qlt
Jpeg quality. Specifies JPEG encoding attributes to control the compression level. This in turn varies the file size (amount of the reply data), and, indirectly, the visual quality of the resultant image.
qlt= *
Quality*[, *
chroma*]
Used only if fmt=jpg
. Ignored otherwise
Higher quality values increase file size and quality, lower values decrease file sizes and reduce perceived image quality. Values above 90 often generate images indistinguishable from the uncompressed image.
Set the chroma
flag to disable the RGB chromaticity down-sampling employed by typical JPEG encoders. This may increase the perceived sharpness of edges in an image when the edge is defined by a change in hue rather than brightness. Setting this flag may cause a slight increase in file size. Experiment with this setting if text seems slightly blurry.
The chroma
is ignored if the output pixel type is CMYK or gray.
Example section-a6c263f15c29424a86ef267c96a6630a
http://server/is/agm/myRootId/myImageId?fmt=jpg&qlt=80