Andreas Huggel
|
b4c7c6da6d
|
New TIFF parser: Added Nikon 3 Makernote and minor tweaks
|
19 years ago |
Andreas Huggel
|
36e09c9e40
|
Combined Makernote header read and check functionality to simplify things
|
19 years ago |
Andreas Huggel
|
ea35e19f51
|
Quick and temporary hack to decode the thumbnail from the makernote of Olympus TIFF files. A mechanism to cleanly extend the decoder with code like this will be required.
|
19 years ago |
Andreas Huggel
|
5b57a1749b
|
TIFF parser checkpoint (experimental): Improved CR2 support (changes in the TIFF structure table), added support for Jpeg thumbnails, enhanced TiffDirectory so that the next pointer is optional.
|
19 years ago |
Andreas Huggel
|
e6c88889cb
|
Updated MSVC 7.1 project and fixed MSVC compiler errors
|
19 years ago |
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.
|
19 years ago |
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.
|
19 years ago |
Andreas Huggel
|
e1eedc0f26
|
TIFF parser (experimental): Added TiffIfdMakernote base class, added separate files for Olympus makernote and the makernote registry
|
19 years ago |
Andreas Huggel
|
41424cdfd4
|
TIFF parser (experimental): Distributed the code across multiple files, added Olympus makernote
|
19 years ago |