ImageWriter.Create Method (String, WriterSettings)

Creates and returns image writer on the specified file.

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

Syntax

C#
public static ImageWriter Create(
	string fileName,
	WriterSettings settings
)

Parameters

fileName

Type: System.String

The name of the file to write to.
settings

Type: Aurigma.GraphicsMill.Codecs.WriterSettings

The writer settings.

Return Value

The ImageWriter class instance.

See Also

Reference