ImGearJPEG2KFilters Enumeration
In This Topic
Specifies JPEG2K filters.
Syntax
Members
| Member | Value | Description |
| AUTO | -1 | Automatically selects the best transform depending on image type. It selects irreversible transform for true color and grayscale images, and reversible transform for paletted images. |
| IRREVERSIBLE | 1 | Irreversible transform based on Daubechies' 9/7 filter. |
| REVERSIBLE | 0 | Reversible transform based on 5/3 filter. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.JPEG2K.ImGearJPEG2KFilters
See Also