> > TagLibCSharp is convenient* – and I think I did post here about that, in > the past 1-2 months - >
Ah yes, I remember that, and I had a look at it and was impressed by the number of formats it supported. I was only looking at the audio formats and neglected those that must be implemented as EXIF data. I'll have a fresh look with a fresh mind. Ten years ago I nearly died of exhaustion writing an ID3 tag processor, and I'd be happy now to replace my code with a general purpose one. > but something that I have used (and might appeal to you) is to extend > Microsoft’s free Photo Tools v2.2 in the way that this > article<http://www.codeproject.com/Articles/43266/Reading-and-Writing-Photo-Metadata-Programmaticall>shows > (very simple use of its DLL). > Nice! We can hijack the functionality of the app's libraries. Dexter did abmirable detective work. However I did notice this in reflector: [assembly: AssemblyTitle("PhotoToolboxFoundation Obfuscated with Dotfuscator Professional Pre-build license. Illegal to use on software for general release.")] Cheers, Greg
