Compression enum
A uniform image compression scale for all lossy formats.
enum Compression{
Low,
Normal,
High,
ExtraHigh
}
Constants
| Name | Description |
|---|---|
| Low | The lowest compression rate that still might have any noticeable effect on recognition of small text |
| Normal | [Default] Balanced trade-off between compression and quality. |
| High | More compression, less safety margin. |
| ExtraHigh | The maximum compression rate. |
02.03.2022 12:59:15