New issue 15 by whitetig...@gmail.com: Support for EXIF tags
http://code.google.com/p/pylibtiff/issues/detail?id=15
I added basic EXIF tag support, which gets the job done but definitely
needs work.
It just detects if TIFFTAG_EXIFIFD exists, and loads it by looping through
the IFD loading loop (in tiff_file.py) one last time with the proper
offset. Thus the additional code added is quite minimal. Also in the patch
is a change to tiff_data.py which includes EXIF tag info. Not all of them
though, I just added the main ones that were in my photos. The complete
list is located at:
http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif.html
Attached is the patch, test program, and sample output.
Attachments:
pylibtiff_basic_exif_support.patch 3.0 KB
libtiff_exif_test.py 394 bytes
libtiff_exif_output.txt 3.3 KB
Whoops, did not mean to submit as a Defect.
Whoops, did not mean to submit as a Defect. New to submitting issue things
on Google Code.