Creates and returns image writer on the specified file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static ImageWriter Create( FileFormat format, string fileName )
Type: Aurigma.GraphicsMill.Codecs.FileFormat
FileFormat to create reader for.Type: System.String
The name of the file to write to.