CodecRegistry.CreateReader Method

Creates an image reader for the specified stream.

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

Syntax

C#
public ImageReader CreateReader(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The stream to read from.

Return Value

An IImageReader instance for reading the image.

See Also

Reference