Compression |
The strategy for recompressing images
The strategy expresses the broad goal when recompressing images.public enum CompressionAlgorithmSelection
Member name | Value | Description |
---|---|---|
PreserveQuality | 1 | The image quality is preserved as far as possible. |
Balanced | 2 | A compromise between PreserveQuality and Speed. |
Speed | 3 | Favor fast compression time over image quality. |