Image.pixelDepth Property

Module: Image

Type: int

Definition

Pixel depth.

pixel_depth: int

Exceptions

An error has occurred during Face Library execution.
int get pixelDepth => getPixelDepth();

Exceptions

An error has occurred during Face Library execution.
public int pixelDepth
{
    get => GetpixelDepth();
}

Exceptions

An error has occurred during Face Library execution.
public int getPixelDepth() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var pixelDepth: Int
    get {
        return Int(try! getPixelDepth())
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FaceImage_GetPixelDepth (ID3_FACE_IMAGE hImage, int * pixelDepth)

Returns

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