Exiv2 in 64-bit (or other EXIF ​​notation)

I need a non-destructive way to add EXIF ​​tags to jpeg images from .NET code. So far I have found Exiv2 and the .NET wrapper Exiv2net that works well when adding or updating tags. However, my code needs to run on a 64-bit machine (and compiled for 64-bit due to other reasons) and it seems to me that Exiv2's code only compiles on a 32-bit version.

So I am looking for someone working on 64 bit Exiv2 and Exiv2net or some other toolkit. Has anyone seen such a thing?

Btw, BitmapMetadata from WPF removes EXIF ​​tags on refresh and won't work for my purposes.

0


a source to share


1 answer


If you know that your target system will have a Perl interpreter, you can link exiftool and call it to run on behalf of your application. You can even compile it into a standalone executable .



0


a source







All Articles