CalsAddTag |
Adds a Cals tag to the image file. |
CalsAddTagPtr |
Adds Cals tag information to the image file via a pointer. |
CalsDeleteTag |
Deletes the current Cals tag in the image file. |
CalsFindTag |
Retrieves the specified Cals tag in the image file. |
CalsFindTagPtr |
Retrieves the specified Cals tag in the image file. |
CalsFirstTag |
Retrieves the first instance of a Cals tag in the image file. |
CalsNextTag |
Retrieves the next instance of a Cals tag in the image file. |
FileGetTags |
Retrieves the collection of tags for the page requested. |
FileSetTags |
Sets the collection of tags into the image file. |
IptcAddDataSet |
Adds an Iptc dataset to the image. |
IptcAddDataSetPtr |
Adds an Iptc dataset via a pointer. |
IptcDeleteDataSet |
Deletes the current Iptc dataset in the image file. |
IptcFindDataSet |
Retrieves the specified Iptc dataset in the image file. |
IptcFirstDataSet |
Finds the first instance of an Iptc dataset in the image file |
IptcModifyDataSet |
Modifies an Iptc dataset in the image file. |
IptcModifyDataSetPtr |
Modifies the Iptc dataset in the image file via a pointer. |
IptcNextDataSet |
Retrieves the next instance of an Iptc dataset in the image file. |
JPEGCommentAdd |
Adds a comment to the current comment list. |
JPEGCommentDelete |
Deletes a comment from the current comment list. |
JPEGGetComment |
Returns the comment text of the specified comment in the current comment list. |
ModcaAddTag |
Adds a Modca tag to the image. |
ModcaAddTagPtr |
Adds a Modca tag to an image by a pointer. |
ModcaDeleteTag |
Deletes the current Modca tag. |
ModcaFindTag |
Finds the specified Modca tag in the image. |
ModcaFirstTag |
Find the first instance of a Modca tag in the image. |
ModcaNextTag |
Finds the next instance of a Modca tag in the image. |
TagAdd |
Adds a tag to the image's tag list. |
TagDelete |
Removes a tag from the image's tag list. |
TagFind |
Retrieves the specified tag in the image's tag list. |
TagFirst |
Retrieves the first tag in the image's tag list. |
TagGetDataItem |
Retrieves a data item from the current tag in the image's tag list. |
TagModify |
Modifies a single data item in a tag. |
TagNext |
Retrieves the next tag in the image's tag list. |
TagSetData |
Sets a tag with the the supplied data in the image's tag list. |
TagSetDataItem |
Sets a data item from the current tag in the image's tag list. |
TagSetDataPtr |
Sets a tag with the the supplied data in the image's tag list. |