CustomImageMetadata

Allows to access custom-tagged textual metadata in images.

Members

Functions

getMetadata
string getMetadata(string id)

Returns the metadata with the given id. Returns null if not found.

setMetadata
string setMetadata(string id, string val)

Sets the given metadata to val at the given id, then returns the new value.

Inherited Members

From ImageMetadata

getID
string getID()
Undocumented in source.
getAuthor
string getAuthor()
Undocumented in source.
getComment
string getComment()
Undocumented in source.
getJobName
string getJobName()
Undocumented in source.
getSoftwareInfo
string getSoftwareInfo()
Undocumented in source.
getSoftwareVersion
string getSoftwareVersion()
Undocumented in source.
getDescription
string getDescription()
Undocumented in source.
getSource
string getSource()
Undocumented in source.
getCopyright
string getCopyright()
Undocumented in source.
getCreationTimeStr
string getCreationTimeStr()
Undocumented in source.
setID
string setID(string val)
Undocumented in source.
setAuthor
string setAuthor(string val)
Undocumented in source.
setComment
string setComment(string val)
Undocumented in source.
setJobName
string setJobName(string val)
Undocumented in source.
setSoftwareInfo
string setSoftwareInfo(string val)
Undocumented in source.
setSoftwareVersion
string setSoftwareVersion(string val)
Undocumented in source.
setDescription
string setDescription(string val)
Undocumented in source.
setSource
string setSource(string val)
Undocumented in source.
setCopyright
string setCopyright(string val)
Undocumented in source.
setCreationTime
string setCreationTime(string val)
Undocumented in source.

Meta