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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    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.

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 21st December 2018


GMImage.GetIPTCProfile - GMImage.GetInterlaceType

Feedback: Report problem or ask question.