Xbasic

a5_imageFile_FixRotation Function

Syntax

L a5_imageFile_FixRotation(C filename)

Arguments

filenameCharacter

Full path and filename of the image file to fix.

Description

Fixes the rotation of an image file.

Discussion

The a5_imageFile_FixRotation function fixes the rotation on an image file. The function will apply any necessary rotation to the image and then save the image back to the original filename. The function returns .t. if the image needed to be fixed and .f. if the image did not need to be fixed.