Table of Contents

Class DdsReadDefines

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

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

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

Constructors

DdsReadDefines()

public DdsReadDefines()

Properties

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

SkipMipmaps

Gets or sets a value indicating whether mipmaps should be skipped (dds:skip-mipmaps).

public bool? SkipMipmaps { get; set; }

Property Value

bool?