[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:04 UTC 2017


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

The following commit has been merged in the master branch:
commit 640430787a2d9afe05be51993226e6c03367103c
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Feb 16 08:45:53 2004 +0000

    More documentation, link to the MakerNote page
---
 src/doxygen.hpp | 35 ++++++++++++++++++++++++++++++-----
 1 file changed, 30 insertions(+), 5 deletions(-)

diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index 399bfa4..c8fc239 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp
@@ -4,17 +4,42 @@
 /*!
   @file    doxygen.hpp
   @brief   Additional documentation, this file contains no source code
-  @version $Name:  $ $Revision: 1.1 $
+  @version $Name:  $ $Revision: 1.2 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    07-Feb-04, ahu: created
  */
 /*!
-  @mainpage Exiv2
+  @mainpage Exiv2 v0.3
+
+  Exiv2 is a command line program to 
+  - print the %Exif metadata of JPEG images (as summary info, interpreted values, 
+    or the plain data for each tag)
+  - adjust the %Exif timestamp (that's how it all started...)
+  - rename %Exif image files according to the %Exif timestamp
+  - extract %Exif metadata from image files and insert it again
+  - 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, providing high-level access to the
+  %Exif data of an image. Supported functionality includes
+  - read %Exif information from JPEG files
+  - access metadata through unique keys and standard C++ iterators
+  - add, modify and delete metadata 
+  - write %Exif data to JPEG files
+  - extract %Exif metadata to files, insert from these files
+  - extract and delete %Exif thumbnail (JPEG and TIFF thumbnails)
+
+  In addition, the library provides generic lower-level functionality to access
+  IFD (Image File Directory) data structures.
+
+  Here is a (sortable) <A HREF="../tags.xml">list of %Exif tags</A> as defined
+  in Exiv2.
+
+
+  <A HREF="../makernote.html">MakerNote Formats and Specifications</A>
+
 
-  <a href="../tags.xml">List of %Exif tags</a> as defined in Exiv2
-  
-  <BR>
 
   <P>Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net></P>
  

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list