IsInt8Image Data Member Function

Returns true if the <Image> is any 8-bit integer format. For example: returns true if an <Image> object of pixel format IPF_I8 is submitted to this function.

Prototype

int32 IsInt8Image( Image p_oSrc )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oSrcA pointer to the <Image> object to query.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.