Aurigma Graphics Mill 5.5 for .NET
Jpeg2kReader Class
This class enables you to read JPEG2000 images.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public NotInheritable Class Jpeg2kReader _ Inherits FormatReader
C#
public sealed class Jpeg2kReader : FormatReader
Remarks
JPEG2000 is an image format which implements wavelet-based compression algorithm. This algorithm provides high compression ratio with better quality than JPEG. This compression is also lossy, however JPEG2000 artifacts are looking visually better comparing to JPEG.
Graphics Mill for .NET can save bitmaps to JPEG2000 format in two color spaces:
- RGB;
- Grayscale;
These bitmaps can be both extended (16 bit per channel) and non-extended (8 bit per channel). Also, these bitmaps may contain an alpha channel.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.SyncHandler
L
Aurigma.GraphicsMill.Codecs..::.FormatReader
L
Aurigma.GraphicsMill.Codecs..::.Jpeg2kReader
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.


