Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 684 Bytes

File metadata and controls

14 lines (9 loc) · 684 Bytes

ImageCompressionVersion

Describes versions of image compression algorithm.

Enum

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

[Back to Model list] [Back to API list] [Back to README]