Describes versions of image compression algorithm.
| Name | Type | Value | Description |
|---|---|---|---|
| STANDARD | String | 'Standard' | Standard algorithm. Default value. |
| FAST | String | 'Fast' | Improved algorithm faster then standard but applicable not for all cases. |
| MIXED | String | 'Mixed' | Use fast algorithm when possible and standard for other cases. May be slower then "Fast" but may produce better compression. |