getImageTitle

Syntax

bool getImageTitle(char text[256])

Arguments

text
A string to contain the image title text. Must be at least 256 chars long.

Return

Returns true if successful, else false.

Description

This function retrieves the image title text property.

Comment

Note that not all graphics program implement this feature reliably. Photoshop is the only program where you should assume this feature is available.

Example

getImageTitle(str0);