convert 6.9.5-0 Q16 - "unknown image property error"
Posted: 2016-07-11T16:54:27-07:00
I am trying to extract IPTC and EXIF data from some scanned images. When I enter the command
or
I get an error like
What am I doing wrong? I get the same error using both MacPorts and HomeBrew/
Thx
OS X 10.11.5 using the "current" MacPorts installation (installed today).
Code: Select all
convert test.tif -format "%[IPTC:2:05]" info:
Code: Select all
convert test.tif -format "%[IPTC:2:120]" info:
Code: Select all
convert: unknown image property "%[IPTC:2:05]" @ warning/property.c/InterpretImageProperties/3780.
Thx
OS X 10.11.5 using the "current" MacPorts installation (installed today).