Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Mon, 16 May 2005 01:49:51 +0000 (01:49 +0000)
committerJohn Ellis <johne@verizon.net>
Mon, 16 May 2005 01:49:51 +0000 (01:49 +0000)
commit163d3c3f5bb87761fbeb14b81278406dc7b5bb0f
tree80b6e4b8e594cb08122bedc2fa35cc9cfe275250
parent92511c917ce658e67ab1b9e9c9ecac23c598ba4a
Sun May 15 21:40:26 2005  John Ellis  <johne@verizon.net>

        * format_raw.[ch]: New files to parse image data and exif offsets for
        the raw camera formats.
        * exif.c, image-load.c: Add support calls to format_raw.c functions
        above.
        * filelist.c: Add Fujifilm raw file extension to known formats.
        * thumb_standard.c (thumb_loader_std_start): Check for existing
        thumbnail file before checking for a failure mark.
        * src/Makefile.am: Add format_raw.[ch].

##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
ChangeLog
src/Makefile.am
src/exif.c
src/filelist.c
src/format_raw.c [new file with mode: 0644]
src/format_raw.h [new file with mode: 0644]
src/image-load.c
src/thumb_standard.c