LosslessJpeg.Write Method (Stream)

Writes the image to to the specified Stream.

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

Syntax

C#
public void Write(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The Stream to save the result.

Remarks

This method is useful for updating metadata.

See Also

Reference