Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 760 Bytes

File metadata and controls

12 lines (9 loc) · 760 Bytes

ImageCompressionVersion

Describes versions of image compression algorithm.

Enum

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]