ImageWriter.Create Method (Stream, WriterSettings)

Creates and returns image writer on the specified stream.

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

Syntax

C#
public static ImageWriter Create(
	Stream stream,
	WriterSettings settings
)

Parameters

stream

Type: System.IO.Stream

The Stream class instance that holds data to write to.
settings

Type: Aurigma.GraphicsMill.Codecs.WriterSettings

The writer settings.

Return Value

The ImageWriter class instance.

See Also

Reference