Using Window Description Properties
Posted: 2018-01-01T04:05:07-07:00
I wish to get at the description properties such as Title , Tags , Rating, Subject. I can get hold of some information via EXIF set
convert dsc_0016.jpg -print "Properties__%[EXIF:Date*]" fred
and I can get the comment via
convert dsc_0016.jpg -print "Properties__%[comment]" fred
how do I get at the others
They are available in tools such as DigiKam which is a linux tool which runs on windows, so I suspect I just not finding the correct spell.
--
Cheers Ian Mac
Running ImageMagick 7.0.7-8 Q16 x64 2017-10-14 on a wondows 7 platform.
convert dsc_0016.jpg -print "Properties__%[EXIF:Date*]" fred
and I can get the comment via
convert dsc_0016.jpg -print "Properties__%[comment]" fred
how do I get at the others
They are available in tools such as DigiKam which is a linux tool which runs on windows, so I suspect I just not finding the correct spell.
--
Cheers Ian Mac
Running ImageMagick 7.0.7-8 Q16 x64 2017-10-14 on a wondows 7 platform.