Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 576 Bytes

File metadata and controls

15 lines (10 loc) · 576 Bytes

ImageCompressionVersion

Describes versions of image compression algorithm.

Enum

Name Description
Standard Standard algorithm. Default value.
Fast Improved algorithm faster then standard but applicable not for all cases.
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]