Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Sun, 5 Jun 2005 02:48:54 +0000 (02:48 +0000)
committerJohn Ellis <johne@verizon.net>
Sun, 5 Jun 2005 02:48:54 +0000 (02:48 +0000)
commit6098d133266cfb7e2874c08866800f04012562a8
treec55866314b24bfd8b3a1b6e5e275546a8fdf9ec1
parent5fbed1f45083df0b28057ad993715b391c9070c4
Sat Jun  4 22:24:00 2005  John Ellis  <johne@verizon.net>

        * exif.[ch]: Use glib provided data types and byte order functions for
        consistency with rest of application. Made several more functions
        available in the header. Use MakerNote parsing from format_raw.c.
        * format_canon.[ch]: Changes to match exif.h and format_raw.h.
        * format_fuji.[ch]: Add support for Fuji EXIF MakerNote.
        * format_nikon.[ch]: New files, add support for Nikon EXIF MakerNote.
        * format_raw.[ch]: Add EXIF MakerNote parser functions to gather all
        camera formats here (similar to existing raw format list).
        * src/Makefile.am: Add format_nikon.[ch].

##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
13 files changed:
ChangeLog
TODO
src/Makefile.am
src/exif.c
src/exif.h
src/format_canon.c
src/format_canon.h
src/format_fuji.c
src/format_fuji.h
src/format_nikon.c [new file with mode: 0644]
src/format_nikon.h [new file with mode: 0644]
src/format_raw.c
src/format_raw.h