Table of Contents

Class PsdReadDefines

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

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

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

Constructors

PsdReadDefines()

public PsdReadDefines()

Properties

AlphaUnblend

Gets or sets a value indicating whether alpha unblending should be enabled or disabled (psd:alpha-unblend).

public bool? AlphaUnblend { 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

PreserveOpacityMask

Gets or sets a value indicating whether the opacity mask of a layer should be preserved and add it back to the layer when the image is saved. This option should only be used when converting from a PSD file to another PSD file (psd:preserve-opacity-mask).

public bool? PreserveOpacityMask { get; set; }

Property Value

bool?

ReplicateProfile

Gets or sets a value indicating whether the profile should be replicate to all the layers (psd:replicate-profile).

public bool? ReplicateProfile { get; set; }

Property Value

bool?