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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
GMImage.GetAttributeNames
Queries names of all attributes.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| GraphicsMagick | 9.2 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| ImageRef | The image reference number. | 1 |
Result
Returns list or error.
Description
Queries names of all attributes.Only attributes created before are visible, so e.g. EXIF data may not yet be loaded and parsed.
Examples
Show attributes:
Set Variable [ $ImageRef ; Value: MBS("GMImage.NewFromFile"; "/Users/cs/Desktop/image2.png") ]
Show Custom Dialog [ "Attributes" ; MBS( "GMImage.GetAttributeNames"; $ImageRef ) ]
Set Variable [ $r ; Value: MBS("GMImage.Release"; $ImageRef) ]
See also
Blog Entries
Release notes
- Version 9.2
- Added GMImage.GetAttributeNames and GMImage.GetAttributesJSON functions.
Created 18th April 2019, last changed 18th April 2019
GMImage.GetAttribute - GMImage.GetAttributesJSON
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins