Commit Graph

13 Commits

Author SHA1 Message Date
Andreas Huggel
9daaaa3f6d Fixed compiler warnings 2006-06-21 09:16:36 +00:00
Andreas Huggel
73c6be0749 Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
Andreas Huggel
59710139c2 Added Minolta makernote to new TIFF parser. 2006-05-06 17:55:27 +00:00
Andreas Huggel
ea32b96bc9 Makernote doc update and minor fix 2006-04-29 16:21:15 +00:00
Andreas Huggel
448177d097 New TIFF parser: Added simple IFD based Sony Makernote 2006-04-29 11:37:53 +00:00
Andreas Huggel
15b0cf42ad New TIFF parser: Simplified Makernote design. 2006-04-29 10:10:53 +00:00
Andreas Huggel
670d622612 New Tiff Parser: Fixed makernote implementation for cases where the makernote header cannot be parsed. Added Subifd found in Sony RAW files to the TIFF structure, but without any decoding support yet. 2006-04-29 02:59:35 +00:00
Andreas Huggel
e7db4baab6 Minor tweaks 2006-04-26 04:34:41 +00:00
Andreas Huggel
36e09c9e40 Combined Makernote header read and check functionality to simplify things 2006-04-24 08:22:25 +00:00
Andreas Huggel
73c42ee8f6 TIFF parser checkpoint (experimental): Added Canon makernote. Uses a Canon TIFF component factory when the makernote is parsed. Added TiffArrayEntry and TiffArrayElement components. 2006-04-20 17:46:41 +00:00
Andreas Huggel
bab89c1ba3 TIFF parser checkpoint (experimental): Added support for more esoteric makernotes with different byte order, base offset and their own component factory. Added Fujifilm makernote to test the byte order and base offset features. Use TiffCreator as part of a 'state' class instead of as a templated policy to be able to change the factory during a parse run. 2006-04-18 12:26:48 +00:00
Andreas Huggel
e1eedc0f26 TIFF parser (experimental): Added TiffIfdMakernote base class, added separate files for Olympus makernote and the makernote registry 2006-04-15 13:18:20 +00:00
Andreas Huggel
41424cdfd4 TIFF parser (experimental): Distributed the code across multiple files, added Olympus makernote 2006-04-15 02:59:54 +00:00