Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Methods / LosslessRotateLeft

LosslessRotateLeft method

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

Syntax

Boolean LosslessRotateLeft(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 | LosslessRotateRight