PsdReader.MergeLayers Method (PipelineElement)

Creates a merged copy of all visible layers and pass it into a given pipeline.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void MergeLayers(
	PipelineElement receiver
)

Parameters

receiver

Type: Aurigma.GraphicsMill.PipelineElement

A PipelineElement to pass a merged copy to.

See Also

Reference