Describes versions of image compression algorithm.
| Name | Type | Value | Description |
|---|---|---|---|
| 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. |
| STANDARD | string | 'Standard' | Standard algorithm. Default value. |
[Back to Model list] [Back to API list] [Back to README] [View Source]