goldengel / exiflibrary

Automatically exported from code.google.com/p/exiflibrary
MIT License
0 stars 0 forks source link

Problems during ExifFile.Read when exif data has duplicate entries. #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have attached sample image which demonstrates the problem with multiple 
same exif tags. The image was given at iPhone 3Gs. Each duplicate tags has 
same data.

To solve the problem i have simply change method 
ExifLibrary.ExifPropertyCollection.Add

        public void Add(ExifProperty item)
        {
            if(!items.ContainsKey(item.Tag))
                items.Add(item.Tag, item);
        }

Thanks for perfect library,

Best regards,
Vlad Mikheev

Original issue reported on code.google.com by vlad.mih...@gmail.com on 28 May 2010 at 9:18

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r55.

Original comment by oozcitak on 18 Jun 2010 at 8:47