ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: johncarter on November 11, 2014, 01:02:04 AM

Title: Issue in Adding New XMP Metadata to GIF images
Post by: johncarter on November 11, 2014, 01:02:04 AM
Hi,

I am trying to add new metadata to xmp namespace. It is working fine for TIF, PNG, JPG formats, but not working as expected for GIF file format.

Ouput of Exif command showing that image updated, but when we open same image in Photoshop or using ImageMagick to get metadata information, we could not able to view the newly added data

Commands used:
exiftool -config XMP_METADATA.cfg -xmp-xmp:TestKey=TestValue InputImage.gif
:     1 image files updated

Contents of XMP_METADATA.cfg:

%Image::ExifTool::UserDefined = (
'Image::ExifTool::XMP::xmp' => {
TestKey => { },
},
);
#end

Title: Re: Issue in Adding New XMP Metadata to GIF images
Post by: Phil Harvey on November 11, 2014, 07:10:13 AM
ExifTool is one of the few utilities that supports XMP in GIF images.

- Phil
Title: Re: Issue in Adding New XMP Metadata to GIF images
Post by: johncarter on November 12, 2014, 12:45:31 AM
Thanks Phil Harvey..

I am able to retrieve the newly added XMP data in GIF and PNG formats using Exiftool, But could not able to get for "PNG" images using Adobe Photoshop CS(For GIF formats, it's working fine).
Title: Re: Issue in Adding New XMP Metadata to GIF images
Post by: Phil Harvey on November 12, 2014, 07:28:28 AM
I suggest asking Adobe this.  They wrote the XMP specification (which ExifTool follows) and Photoshop.

- Phil