Creates and returns image writer on the specified stream.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static ImageWriter Create( FileFormat format, Stream stream )
Type: Aurigma.GraphicsMill.Codecs.FileFormat
FileFormat to create reader for.Type: System.IO.Stream
The Stream class instance that holds data to write to.