comparison TODO @ 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 a8c9992320f4
children 9c0c402b0ef3
comparison
equal deleted inserted replaced
58:df73b94154e4 59:57f6da2510d9
27 the first read() in image-load.c. 27 the first read() in image-load.c.
28 28
29 d> make a generic tiff header and directory parser from the nikon parser for use by all raw 29 d> make a generic tiff header and directory parser from the nikon parser for use by all raw
30 parsers that involve tiff. 30 parsers that involve tiff.
31 31
32 > clean up canon parser (there are now many convenience utils to simplify tiff header, etc.): 32 d> 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 d> 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 d> CR2 tiff code can now use exif_tiff_directory_offset.
35 35
36 d> support olympus MakerNote, investigate RAW (raw embedded jpeg appears to be tiny). 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.