Jp2CompressionMode Enumeration |
Two compression modes are supported: using compression rates (CompressionSize) and quality (only when the
9-7 filter is used)
Namespace:
Atalasoft.Imaging.Codec.Jpeg2000
Assembly:
Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum Jp2CompressionMode
Public Enumeration Jp2CompressionMode
Members
| Member name | Description |
---|
| Size | The maximum file size for lossy compression can be set. For rate 1:n, size = width * height * channels *
bits_per_channel / 8 / n |
| Quality | Compression to a particular quality is possible only when using 9-7 filter and expounded quantization. A compression quality may be
specified between 1 (low) and 100 (high). The size of reaulting Jpeg2000 file will depend of the image content.
|
See Also