XMP Dublin Core メタデータのカスタム名前空間を作成できるかどうか知りたいですか?
たとえば、次のようなタグを追加したい場合mytest
などの XMP メタデータ標準タグをdescription
記述できますが、独自のタグは記述できません
~/$ exiftool -xmp-dc:description="Foo" demo.png
1 image files updated
~/$ exiftool -xmp-dc:mytest="Bar" demo.png
Warning: Tag 'mytest' does not exist
Nothing to do.