Mercurial > geeqie
diff ChangeLog @ 59:57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
* format_canon.[ch]: Reimplement canon raw parser to use convenience
functions from exif.c, also separated parsers into one per file type.
For the cr2 format also verify compression type in tiff field 0x0103.
* format_raw.c: Add FIXME comment noting current shortcomings.
author | gqview |
---|---|
date | Sun, 12 Jun 2005 23:45:45 +0000 |
parents | df73b94154e4 |
children | 9c0c402b0ef3 |
line wrap: on
line diff
--- a/ChangeLog Sat Jun 11 05:11:39 2005 +0000 +++ b/ChangeLog Sun Jun 12 23:45:45 2005 +0000 @@ -1,3 +1,10 @@ +Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net> + + * format_canon.[ch]: Reimplement canon raw parser to use convenience + functions from exif.c, also separated parsers into one per file type. + For the cr2 format also verify compression type in tiff field 0x0103. + * format_raw.c: Add FIXME comment noting current shortcomings. + Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net> * exif.c, format_nikon.c, format_olympus.c: Fix memory leaks,