Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Methods / LosslessRotateRight

LosslessRotateRight method

Performs a lossless 90 degree clockwise rotation on the specified JPEG file.

Syntax

Boolean LosslessRotateRight(strFile As String, strSaveAs As String)

Return value

Returns true if the function succeeded.

Parameters

ParameterTypeRequiredDescription
strFileStringYesString containing the path of the JPEG file.
strSaveAsStringNoOptional string containing the path of the output JPEG file.

Category

Lossless transformations

See also

LosslessCrop | LosslessFlipHorizontal | LosslessFlipVertical | LosslessRotate | LosslessRotateLeft