Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Tue, 7 Nov 2006 21:00:50 +0000 (21:00 +0000)
committerJohn Ellis <johne@verizon.net>
Tue, 7 Nov 2006 21:00:50 +0000 (21:00 +0000)
commit4c75075a036f20d879746f73c994e6e67d464eeb
tree3d7b53ab0e587dc8faa9c5c22f2141dd41b785af
parentf365dcab803c0e62f5064e622f4e1900f23ef3ab
Tue Nov  7 15:35:59 2006  John Ellis  <johne@verizon.net>

        * exif.c: Use new format_raw_exif_offset() function to find Exif in
        raw files.
        * filelist.c: Add orf and pef to displayed file types.
        * format_canon.h, format_fuji.h: Update to new #define format.
        * format_fuji.c: Use same offset for Exif as the jpeg image as the
        Exif is always embedded in the jpeg and assuming offset of 12 is
        just broken.
        * format_nikon.h: Update to new #define format, and add pentax here
        as finding the jpeg will be same code.
        * format_olympus.[ch]: Support Olympus raw files with embedded jpegs,
        not all raw files will have a jpeg, but all appear to have Exif tags.
        * format_raw.[ch]: Add new camera types, and add a debugging facility
        to easily list all tags within tiff files (see format_raw.h to enable).
12 files changed:
ChangeLog
TODO
src/exif.c
src/filelist.c
src/format_canon.h
src/format_fuji.c
src/format_fuji.h
src/format_nikon.h
src/format_olympus.c
src/format_olympus.h
src/format_raw.c
src/format_raw.h