Atalasoft.Imaging.Codec.Jpeg2000 Namespace |
Class | Description | |
---|---|---|
Jp2Decoder | The class derives from ImageDecoder and decodes JPEG2000 images. | |
Jp2Encoder | Obsolete. The class derived from ImageEncoder that encodes JPEG2000 images. | |
Jp2EncoderOptions | This class specifies encoder options that can be applied to the entire image, a specific tile, or a
specific component. | |
Jp2EnhancedRegion | Region of interest in the JPEG2000 standard | |
Jp2EnhancedRegionCollection | Regions of interest which shall be compressed at a different quality than the rest of the image. | |
Jp2ImageInfo | This class derives from ImageInfo, and contains information about the JPEG2000 image such
as width, height, and colordepth. | |
Jp2IptcParser | This class parses IPTC data from an image stream, adds JPEG2000 to the supported image formats for IPTC
parsing. | |
Jp2License | Class that allows assembly tied embedded component licensing. | |
Jp2Palette | ||
Jp2ResolutionParams | Resolution structure for DPI information. Note that resolution information may only be stored in Jp2 file
format images. Plain codestream format images can not store resolution information. The image resolution is
calculated by: [DPM] = ( xNum / xDenom ) * 10 ^ xExp | |
Jp2XmlParser | ||
Jpeg2000Encoder | The class derived from ImageEncoder that encodes JPEG2000 images. | |
Jpeg2000EncoderOptions | This class specifies encoder options that can be applied to the entire image, a specific tile, or a
specific component. | |
ProgressiveImageEventArgs | This class contains information when a [!:E:Atalasoft.Imaging.Codec.Jpeg2000.Jp2Decoder.ProgressiveImage] event is fired. | |
UuidBox |
A UUID box contains vendor specific data other than that data defined within International Standard.
There may be multiple UUID boxes within the file
| |
UuidBoxCollection | This class contains a collection of UuidBox objects. | |
UuidBoxParser | This class parses UUID information from JPEG2000 images. | |
UuidInfoBox | This class contains a UUID Info Box, as defined in the JPEG2000 specification. | |
UuidInfoBoxCollection | This class holds a collection of UuidInfoBox objects | |
UuidInfoBoxParser | This class will parse a JPEG2000 image stream for UuidInfoBoxes | |
UuidUrlBox | This class contains URL UUID information. |
Delegate | Description | |
---|---|---|
Jp2EncoderOptionsCallback | ||
Jpeg2000EncoderOptionsCallback | ||
ProgressiveImageEventHandler | Delegate that handles Progressive Reading. |
Enumeration | Description | |
---|---|---|
Jp2ByteOrder | Byte order for input/output of image data. | |
Jp2CacheOption | Decompression internal read cache usage. | |
Jp2CoderOptions | Coder option bit masks. Flagged. | |
Jp2CompressionMode | Two compression modes are supported: using compression rates (CompressionSize) and quality (only when the
9-7 filter is used) | |
Jp2FileFormat | Available JPEG2000 codestreams | |
Jp2LicenseEdition | ||
Jp2PacketMarkers | Error recovery markers in bit stream. Flagged | |
Jp2Precision | Wavelet Precision | |
Jp2ProgressionOrder | For a given tile, the packets contain data from a specific component, a specific resolution, and a
specific precinct. The order in which these packets are interleaved is called the progression order. The
interleaving of the packets can progress along four axes: layer (L), component (C), resolution (R) and precinct (P).
| |
Jp2QualityStyle | Quality styles are used to set the quality mode to be used during lossy compression. The quality may be
optimized for PSNR or for visual quality. | |
Jp2QuantizationStyle | Obsolete. The quantization steps can either be derived from a base quantization step, Derived,
or calculated for each image sub-band, Expounded. | |
Jp2ResolutionTypes | ||
Jp2ResolutionUnits | ||
Jp2SpeedMode | Values for setting the encoding speed. | |
Jp2WaveletFilter | Obsolete. Wavelet filtering method. | |
JPEG2000QuantizationStyle | The quantization steps can either be derived from a base quantization step, Derived,
or calculated for each image sub-band, Expounded. | |
JPEG2000WaveletFilter | Wavelet filtering method. | |
JpxStandardFeatures | Standard Reader Requirement Features |