Click here to Skip to main content
15,888,195 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Has anyone added an XMP tag to a jpg file using the capabilities of the
System.Windows.Media namespace?

I have been using this namespace for adding EXIF tags and have also used ChilKat XMP to add the XMP tags. However, using these both together requires reading/writing the image file twice. My preference is to use the native capabilities of the .net metadata functionality without third-party code.

My requirements are to add some new tags to the existing metadata from a Canon camera while keeping all the old Canon-specific tags. The new tags are both EXIF tags and XMP tags.

-- Jim
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900