Older Newer
Sun, 29 Dec 2019 14:45:25 . . . . SyneRyder [Minor grammar fixes]


Changes by last author:

Added:
= 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 ==

<code>

getImageTitle(str0);

</code>