jokiazhang / metadata-extractor

Automatically exported from code.google.com/p/metadata-extractor
0 stars 0 forks source link

Improve TIFF field support #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current TIFF file handing uses the Exif TIFF reading code.  Many of the 
tags in standard Exif data are reused in TIFF files, however there are some 
differences.

Consider making a generic TiffReader class that takes a set of TIFF 
definitions.  This would then be used for Exif data as well as TIFF files and 
in yet other configurations for different camera raw files.

But the real benefit to users would be improved coverage of tags in these other 
file types.

Original issue reported on code.google.com by drewnoakes on 28 May 2012 at 9:31

GoogleCodeExporter commented 8 years ago

Original comment by drewnoakes on 16 Oct 2012 at 8:00