JpegWriter Constructor (String, Int32)

Initializes a new instance of the JpegWriter class using the specified JPEG quality.

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

Syntax

C#
public JpegWriter(
	string fileName,
	int quality
)

Parameters

fileName

Type: System.String

The name of the file to create this writer on.
quality

Type: System.Int32

The JPEG quality in range [0, 100]. You can change it later through the Quality property.

See Also

Reference