Quote:Hi in a vb.net project I try to read the metadata (Copyright, Apertura, focal etc ..), for the Jpeg files no problem but for the .TIF files it reads only a few data. I have tried with ExifLib and other libraries with no results. In addition, the vb.net documentation requires the import of the System.Windows.Media.drawing library which is impossible to import for projects with forms. What can I try?
Dim exif As ExifTagCollection = New ExifTagCollection(fi) Dim tag As ExifTag
tag = exif(&H8298) Return tag.Value.ToString
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)