[REQ] Add support for new XMP namespace and custom tag

Started by axelriet, May 01, 2012, 10:48:23 PM

Previous topic - Next topic

axelriet

Hi Phil,

I'm authoring an image viewer app for Windows and it has a feature where it displays rich text comments on top of images. These comments are stored in XMP in their own namespace and tag. I'd like to know if you could add support for that in ExifTool, so users can read (extract) this comment and also write it inside files if they want.

The namespace and preferred prefix are xmlns:fpv="http://ns.fastpictureviewer.com/fpv/1.0/" and the element name is <fpv:RichTextComment>. The content is an RTF text string, sometimes wrapped in in a CDATA.

The namespace and tag are publicly documented here: http://www.fastpictureviewer.com/help/#rtfcomments

Many thanks in advance for considering this,
Axel Rietschin

Phil Harvey

Hi Axel,

Thanks.  This will appear in the next release.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

axelriet


Phil Harvey

Quote from: axelriet on May 06, 2012, 08:27:32 PM
Fantascic, thanks, looking forward to it!

I think you mean "looking backward to it!". ;)

It was released Saturday. :)

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

axelriet

You just broke the speed of light! ;D Tested it and it worked perfectly!

exiftool test.jpg -RichTextComment="{\rtf1 Thanks, Phil!!!}"

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).