minor change
This commit is contained in:
parent
8f445fa016
commit
e07684201f
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user