This documentation is for the old version. Go to the latest Graphics Mill docs

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

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

Object Model




See Also

Reference