Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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