'KCMLImageLoad(FileName$, Type)

Open the file on the client and load an image to hold in memory.

Arguments

STR()FileName$[in] The filename containing the image on the client.
INT()Type[out] The type in KCML_IMAGE_ENUM of image found.

Returns

Size of the image or zero if unable to load it.

Syntax

The following definition is built into KCML. You do not have to include it in your own code.

$DECLARE 'KCMLImageLoad(STR(), RETURN INT())

Further Information

IntroducedKCML 5.00
CompatibilityKClient

See Also

KCMLCaptureForm, KCMLImageCapture, KCMLImageResize, KCMLImageReturn, KCMLImageSave

Index of internal $DECLARE functions