minor change

This commit is contained in:
Andreas Huggel 2004-06-19 14:39:54 +00:00
parent 8f445fa016
commit e07684201f
2 changed files with 2 additions and 3 deletions

View File

@ -54,7 +54,7 @@ the Makernote interface. Subclass
<a class="el" href="html/classExiv2_1_1IfdMakerNote.html">Exiv2::IfdMakerNote</a>
models makernotes encoded in IFD format.
<a href="html/classExiv2_1_1MakerNote.html#_details">Implementing a new
IFD makernote</a> is trivial. Implementing a new makernote that is not
IFD makernote</a> is straightforward. Implementing a new makernote that is not
encoded in IFD format however, is not. Please
<a href="mailto:ahuggel@gmx.net"> contact me</a> if you have such a
makernote specification and would like assistance adding it to Exiv2.</p>

View File

@ -2,7 +2,7 @@
/*!
@file doxygen.hpp
@brief Additional documentation, this file contains no source code
@version $Name: $ $Revision: 1.13 $
@version $Name: $ $Revision: 1.14 $
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 07-Feb-04, ahu: created
@ -23,7 +23,6 @@
needs to be moved (for known IFD MakerNotes)
- new camera make/model specific MakerNotes can be added to the library
with minimum effort in OO-fashion (by subclassing MakerNote or IfdMakerNote)
- extract and delete methods for Exif thumbnails (both, JPEG and TIFF thumbnails)
- extensive Doxygen documentation
- generic lower-level classes to access IFD (Image File Directory) data structures