How would I go about viewing a .dmi's metadata? I'm using Exiv2 (a C++ image metadata library) and I haven't seen any IPTC, XMP, or Exif metadata in the .dmi file I'm using.
But, taking it a step back, is there any way I can just view the metadata inside notepad, or something of that nature?
Thanks for reading!
ID:1439574
![]() Dec 7 2013, 3:25 pm
|
|
If you have ImageMagick, you can do identify -verbose youriconhere.dmi to view metadata on the commandline.