Image.transpose Method¶
Module: Image
Definition¶
Transposes the image object.
transpose(self) -> None
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
hImage
ID3_FACE_IMAGEin Handle to the Image object.
Returns