FromStream

FromStream(Stream)

Create an image from the stream.

public static IImage FromStream(Stream stream)

See Also


FromStream(Stream, bool)

Create an image from the stream.

public static IImage FromStream(Stream stream, bool useEmbeddedColorManagement)

See Also


FromStream(Stream, bool, bool)

Create an image from the stream.

public static IImage FromStream(Stream stream, bool useEmbeddedColorManagement, 
    bool validateImageData)

See Also