Image.transpose Method

Module: Image

Definition

Transposes the image object.

transpose(self) -> None

Exceptions

An error has occurred during Face Library execution.
void transpose()

Exceptions

An error has occurred during Face Library execution.
public void Transpose()

Exceptions

An error has occurred during Face Library execution.
public void transpose() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public func transpose() throws

Exceptions

An error has occurred during Face Library execution.
int id3FaceImage_Transpose (
    ID3_FACE_IMAGE hImage)

Parameters

in Handle to the Image object.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.