ImgFormat_GetName¶
Return the image format’s name.
ImgFormat_GetName(formatID) ➔ formatName
| formatID | Text | The image format identifier. |
| formatName | Text | The image format name. |
Return the image format’s name.
Parameter formatID is the identifier of the image format. If formatID
is not a valid image format identifier or empty, an empty string is returned.