goldengel / exiflibrary

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

Adding tags to an image without tags throws an exception #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Adding tags to an image without tags throws the following exception:

ExifLibrary.IFD0IsEmptyException: 0th IFD section cannot be empty.
at ExifLibrary.ExifFile.WriteApp1(Boolean preserveMakerNote)
at ExifLibrary.ExifFile.Save(String filename, Boolean preserveMakerNote)
at ExifLibrary.ExifFile.Save(String filename)
at Test.TestApp.Main(String[] args)

Original issue reported on code.google.com by oozcitak on 13 Nov 2009 at 3:31