jpegQuality
jpegQuality: number | undefined
If targetFormat is (or defaults to) ImageSourceFormat.Jpeg, an integer between 0 and 100 indicating the desired trade-off between image compression and image fidelity. This is a scale where 0 sacrifices image quality in favor of minimizing the size of the encoded image, and 100 minimizes compression artifacts at the expense of size. Default: 100.
Defined in
Last Updated: 21 February, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.