ImageReader.Create Method (Stream)

Creates an appropriate image reader on the specified Stream.

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

Syntax

C#
public static ImageReader Create(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The Stream to read from.

Return Value

The appropriate descendant of the ImageReader class.

See Also

Reference