Mercurial > geeqie.yaz
diff TODO @ 57:a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
* exif.c (exif_parse_IFD_table): Fix offset count before testing
against buffer size.
* exif.h: Make exif_text_list_find_value available.
* format_canon.c: Fix copy's length when duping Canon.SerialNumber, and
adjust several text descriptions.
* format_fuji.c: Remove "MkN." text from tag names.
* format_nikon.c: Fix offset count before testing against buffer size,
and remove "MkN." text from tag names. Add several new tags.
* format_olympus.[ch]: New files for olympus makernote.
* format_raw.c: Add exif olympus hook.
* src/Makefile.am: Add format_olympus.[ch].
author | gqview |
---|---|
date | Sat, 11 Jun 2005 01:09:30 +0000 |
parents | b58cac75ad12 |
children | 57f6da2510d9 |
line wrap: on
line diff
--- a/TODO Fri Jun 10 06:23:22 2005 +0000 +++ b/TODO Sat Jun 11 01:09:30 2005 +0000 @@ -33,8 +33,8 @@ > canon_read_int can be substituted with, or wrap exif_get_int16/32. > CR2 tiff code can now use exif_tiff_directory_offset. - > support olympus MakerNote, investigate RAW - > support konica / minolta MakerNote, investigate RAW + d> support olympus MakerNote, investigate RAW (raw embedded jpeg appears to be tiny). + > support konica / minolta MakerNote, investigate RAW. > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag.