ImageWriter.Create Method (FileFormat, Stream)

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(
	FileFormat format,
	Stream stream
)

Parameters

format

Type: Aurigma.GraphicsMill.Codecs.FileFormat

FileFormat to create reader for.
stream

Type: System.IO.Stream

The Stream class instance that holds data to write to.

Return Value

The ImageWriter class instance.

See Also

Reference