Table of Contents

Class PsdAdditionalInfo

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

The additional info of a ImageMagick.MagickFormat.Psd image.

public sealed class PsdAdditionalInfo
Inheritance
PsdAdditionalInfo
Inherited Members

Properties

LayerName

Gets the name of the layer.

public string LayerName { get; }

Property Value

string

Methods

FromImage(IMagickImage<byte>)

Creates additional info from a ImageMagick.MagickFormat.Psd image.

public static PsdAdditionalInfo? FromImage(IMagickImage<byte> image)

Parameters

image IMagickImage<byte>

The image to create the additonal info from.

Returns

PsdAdditionalInfo

The additional info from a ImageMagick.MagickFormat.Psd image.