imageQuality property

int? imageQuality
final

Modifies the quality of the image, ranging from 0-100 where 100 is the original/max quality.

Compression is only supported for certain image types such as JPEG. If compression is not supported for the image that is picked, a warning message will be logged.

If null, the image will be returned with the original quality.

Implementation

final int? imageQuality;