jpegQuality property
getter/setter pair
JPEG quality for images.
Applies if an image is added as a cv::Mat and therefore needs to be encoded.
Also applies if resamplingMethod not NONE and the image being added needs to be
downscaled. Otherwise, when adding JPEG files to the PDF, the files are copied directly into
the PDF and not re-encoded, which is many times faster and also preserves the quality of the
original.
Default is 80
Implementation
int jpegQuality;