JpegWriter Constructor (Stream, 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(
	Stream stream,
	int quality
)

Parameters

stream

Type: System.IO.Stream

The Stream 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