Mercurial > geeqie.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
56:c722cbf9ad25 | 57:a8c9992320f4 |
---|---|
31 | 31 |
32 > clean up canon parser (there are now many convenience utils to simplify tiff header, etc.): | 32 > clean up canon parser (there are now many convenience utils to simplify tiff header, etc.): |
33 > canon_read_int can be substituted with, or wrap exif_get_int16/32. | 33 > canon_read_int can be substituted with, or wrap exif_get_int16/32. |
34 > CR2 tiff code can now use exif_tiff_directory_offset. | 34 > CR2 tiff code can now use exif_tiff_directory_offset. |
35 | 35 |
36 > support olympus MakerNote, investigate RAW | 36 d> support olympus MakerNote, investigate RAW (raw embedded jpeg appears to be tiny). |
37 > support konica / minolta MakerNote, investigate RAW | 37 > support konica / minolta MakerNote, investigate RAW. |
38 | 38 |
39 > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag. | 39 > exif.c parser should not be using EXIF tags during tiff directory search for EXIF tag. |
40 | 40 |
41 --- | 41 --- |
42 | 42 |