This class enables you to read JPEG2000 images.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public NotInheritable Class Jpeg2kReader _ Inherits FormatReader
public sealed class Jpeg2kReader : FormatReader
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:
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.