Changeset 122

Show
Ignore:
Timestamp:
Mon Oct 2 12:18:24 2006
Author:
manatlan
Message:

- exif.py was corrected by P.miossec (should not produce an exception
with some strange jpeg exif)

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/libs/exif.py

    r1 r122  
    974 974     # or from the header at the start of the makernote.)  
    975 975     def decode_maker_note(self):  
    976           note=self.tags['EXIF MakerNote']  
    977           make=self.tags['Image Make'].printable  
    978           model=self.tags['Image Model'].printable  
      976         try: #temporary patch  
      977             note=self.tags['EXIF MakerNote']  
      978             make=self.tags['Image Make'].printable  
      979             model=self.tags['Image Model'].printable  
      980         except Exception:  
      981             return  
    979 982  
    980 983         # Nikon