Wednesday, February 01, 2006

VB.Net EXIF Class

The ExifWorks class - The Code Project - VB.NET.

" What is EXIF
EXIF stands for Exchangeable Image File Format. This format is used for storing various metadata in images, and is widely used mainly in digital still cameras. More information about EXIF can be found here, or in the document Description of the EXIF file format by TsuruZoh Tachibanaya.

When I was trying to find any sources regarding comfort access from .NET environment to these data, I was not successful. So I wrote this class and gave it freely available as open source.

What is ExifWorks
ExifWorks is a class written in 100% pure managed VB.NET, which allows comfort reading and writing of embedded EXIF metadata. …"

Something I might be able to use sooner than later…

1 comment:

Unknown said...

Great!!!

Thank you for doing this!!!