I am looking for some library to read/write IPTC metadata from Jpg files. Open source or paid, doesn't matter.
It should work with .NET 3.5 and c#.
Does anybody know such a library? I googled but haven't found anything.
I am looking for some library to read/write IPTC metadata from Jpg files. Open source or paid, doesn't matter.
It should work with .NET 3.5 and c#.
Does anybody know such a library? I googled but haven't found anything.
*http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.aspx
You need to reference PresentationCore.dll and WindowsBase.dll to get access to the System.Windows.Media namespace.