LosslessJpeg.WriteTransversed Method (String)

Transverse the image and writes the result to the specified file.

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

Syntax

C#
public void WriteTransversed(
	string fileName
)

Parameters

fileName

Type: System.String

The name of the file to save the result.

Remarks

It is the same as WriteRotated(String, RotateFlipType) with transform parameter equal to Rotate90FlipY.

See Also

Reference

Manual