Jpeg2000CompressionProfile Enumeration |
Defines the profile used when encoding a JPEG 2000 file.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum Jpeg2000CompressionProfile
Public Enumeration Jpeg2000CompressionProfile
public enum class Jpeg2000CompressionProfile
type Jpeg2000CompressionProfile
Members
| Member name | Description |
---|
| Default |
This is the default profile, which is recommended for those unfamiliar with the
others.
|
| NITF_BIIF_NPJE |
This profile is designed for U.S. and NATO military applications.
|
| NITF_BIIF_EPJE |
This profile is designed for U.S. and NATO military applications. Based on NPJE,
the profile is used for image exploitation, and improves image read times
for lower resolutions in large images as compared to NPJE.
|
See Also