jpgCompressionQuality property

double jpgCompressionQuality
final

The quality of the resulting JPEG image, expressed as a value from 0.0 to 1.0.

The value 0.0 represents the maximum compression (or lowest quality) while the value 1.0 represents the least compression (or best quality). The jpgCompressionQuality only has an effect if the imageFormat is set to IosImageFormat.jpeg and is ignored otherwise.

Implementation

final double jpgCompressionQuality;