You are not logged in.
Pages: 1
Hi Denis
Very nice upgrades 4.5 & 4.6! Great work.
I am writing some scripts in Sony Vegas (video editing) to manipulate file meta data for photo & video files, using jscript or C#. I would like to be able to read the EXIF date from jpg files. Is there a sample code somewhere to read EXIF dates, or are you using a standard library/dll to read EXIF info?
Best regards,
Offline
Hi Fjord
I'm using 3-rd party libraries written in Delphi for reading EXIF data. One for JPEG and one for TIFF.
For C#, try this... EXIFextractor library to extract EXIF information (with source code):
http://www.codeproject.com/csharp/EXIFextractor.asp
Offline
Pages: 1