[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:12 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=7ffc22c

The following commit has been merged in the master branch:
commit 7ffc22ce08a757937cf84c3a9019d390c764e297
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Mar 22 08:50:20 2004 +0000

    Minor changes
---
 src/doxygen.hpp | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index e496a11..d140897 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp
@@ -2,13 +2,13 @@
 /*!
   @file    doxygen.hpp
   @brief   Additional documentation, this file contains no source code
-  @version $Name:  $ $Revision: 1.5 $
+  @version $Name:  $ $Revision: 1.6 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    07-Feb-04, ahu: created
  */
 /*!
-  @mainpage Exiv2 v0.3
+  @mainpage %Exif metadata manipulation library and tools v0.3
 
   Exiv2 is a command line program to 
   - print the %Exif metadata of JPEG images (as summary info, interpreted values, 
@@ -19,16 +19,18 @@
   - extract the thumbnail image embedded in the %Exif metadata
   - delete the thumbnail or the complete %Exif metadata from an image
 
-  Exiv2 is also a C++ %Exif metadata library that provides
+  Exiv2 is also a C++ library that provides
   - full read and write access to the %Exif metadata of an image through Exiv2
     keys and standard C++ iterators
   - extensive MakerNote support: 
       - MakerNote tags can be accessed just like any other %Exif metadata
       - a sophisticated write algorithm avoids corrupting the MakerNote:
-        1) does not re-locate the MakerNote if possible, and 
-        2) re-calculates IFD offsets if the MakerNote needs to be moved
+        1) the MakerNote is not re-located if possible at all, and 
+        2) MakerNote IFD offsets are re-calculated if the MakerNote needs to be 
+           moved (for known MakerNotes in IFD format)
       - new camera make/model specific MakerNotes can be added to the 
-        library in OO-fashion (by subclassing MakerNote or IfdMakerNote)
+        library with minimum effort in OO-fashion (by subclassing MakerNote
+        or IfdMakerNote)
   - extract and delete methods for %Exif thumbnails (both, JPEG and TIFF thumbnails)
 
   In addition, the library provides generic lower-level classes to access IFD

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list