Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

GMImage.GetIPTCProfileValues

Queries list with all IPTC values found.

Component Version macOS Windows Linux Server iOS SDK
GraphicsMagick 6.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "GMImage.GetIPTCProfileValues"; ImageRef )   More

Parameters

Parameter Description Example
ImageRef The image reference number. 1

Result

Returns list or error.

Description

Queries list with all IPTC values found.
Be aware that some tags can have multiple entries.

Examples

Queries IPTC values:

Set Variable [$img; Value:MBS("GMImage.NewFromContainer"; IPTC::InputImage)]
Set Field [IPTC::values; MBS("GMImage.GetiptcProfileValues"; $img)]
Set Variable [$r; Value:MBS("GMImage.Release"; $img)]

See also

Blog Entries

Created 15th March 2016, last changed 2nd March 2022


GMImage.GetIPTCProfile - GMImage.GetInterlaceType

💬 Ask a question or report a problem