quality static method
Controls compression quality. 1 is the lowest quality and 100 is the highest.
Reducing the quality is a trade-off between visual quality and file size.
returns Quality
Implementation
static Quality quality(dynamic level) {
return Quality(level);
}