ImageWriter.Create Method (FileFormat, String)

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(
	FileFormat format,
	string fileName
)

Parameters

format

Type: Aurigma.GraphicsMill.Codecs.FileFormat

FileFormat to create reader for.
fileName

Type: System.String

The name of the file to write to.

Return Value

The ImageWriter class instance.

See Also

Reference