Table of Contents

Class Jp2ReadDefines

Namespace
ImageMagick.Formats
Assembly
Magick.NET-Q8-AnyCPU.dll

Class for defines that are used when a ImageMagick.MagickFormat.Jp2 image is read.

public sealed class Jp2ReadDefines : IReadDefines, IDefines
Inheritance
Jp2ReadDefines
Implements
IReadDefines
IDefines
Inherited Members

Constructors

Jp2ReadDefines()

public Jp2ReadDefines()

Properties

AssumeAlpha

Gets or sets the flag that assumes an alpha channel when the image has 2 or 4 channels (jp2:assume-alpha).

public bool? AssumeAlpha { get; set; }

Property Value

bool?

Defines

Gets the defines that should be set as a define on an image.

public IEnumerable<IDefine> Defines { get; }

Property Value

IEnumerable<IDefine>

Format

Gets the format where the defines are for.

public MagickFormat Format { get; }

Property Value

MagickFormat

QualityLayers

Gets or sets the maximum number of quality layers to decode (jp2:quality-layers).

public int? QualityLayers { get; set; }

Property Value

int?

ReduceFactor

Gets or sets the number of highest resolution levels to be discarded (jp2:reduce-factor).

public int? ReduceFactor { get; set; }

Property Value

int?