ImageCompressionVersion

ImageCompressionVersion enumeration

Describes versions of image compression algorithm.

Members

Member nameDescription
STANDARDStandard algorithm. Default value.
FASTImproved algorithm faster then standard but applicable not for all cases.
MIXEDUse fast algorithm when possible and standard for other cases. May be slower then “Fast” but may produce better compression.

See Also