ImageDepth()

Syntax

Result = ImageDepth(#Image [, Flags])
Description
Returns the depth of the #Image, as it is stored internally by SpiderBasic.

Parameters

#Image The image to use.
Flags (optional) Not used.

Return value

Returns always '32' as all images are 32-bit in a browser.

See Also

ImageWidth(), ImageHeight()

Supported OS

All

<- GrabImage() - Image Index - ImageFormat() ->