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


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

The following commit has been merged in the master branch:
commit bba8160c474cee71a1b1a67ba5f7a792c02399c6
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed May 26 03:14:05 2004 +0000

    Doc updates
---
 doc/getting-started.html | 16 ++++++++--------
 doc/makernote.html       | 22 +++++++++++++++-------
 2 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/doc/getting-started.html b/doc/getting-started.html
index f8baf56..b9cc321 100644
--- a/doc/getting-started.html
+++ b/doc/getting-started.html
@@ -30,18 +30,18 @@ pair. A key is just a well-formed string. The abstract base class
 interface to access tag information, from which concrete values are
 derived. The actual value used in a metadatum depends on the type of
 the Exif tag. It is usually determined when the Exif metadata is read
-from an image. It is also possible to manually create a Value and add
-together with a key add it to an ExifData container.</p>
+from an image. It is also possible to manually create a Value and together
+with a key add it to an ExifData container.</p>
 
 <h2><a href="html/examples.html">Examples</a></h2>
 
 <p>Two simple examples demonstrate the basic use of Exiv2
 functionality: <a href="html/exifprint_8cpp-example.html">Exifprint</a> 
-shows how the Exif data of an image can be written to the screen. 
+shows how the Exif data of an image can be read and written to the screen. 
 <a href="html/addmoddel_8cpp-example.html">Addmoddel</a> shows how to
-add, modify and delete Exif metadata. Have a look at the 
-implementation of the different actions of the Exiv2 utility 
-(actions.cpp) for more real-world code.</p>
+add, modify and delete Exif metadata. For more real-world code have a look 
+at the implementation of the different actions of the Exiv2 utility 
+(actions.cpp).</p>
 
 <h2><a href="makernote.html">Makernotes</a></h2>
 
@@ -59,7 +59,7 @@ encoded in IFD format however, is not. Please
 <a href="mailto:ahuggel at gmx.net"> contact me</a> if you have such a
 makernote specification and would like assistance adding it to Exiv2.</p>
   
-<h2>IFD (Image File Directory)</h2>
+<h2><a class="anchor">IFD (Image File Directory)</a></h2>
 
 <p><a class="el" href="html/classExiv2_1_1Ifd.html">Exiv2::Ifd</a> is a generic
 low-level class that models an image file directory as defined by TIFF
@@ -67,7 +67,7 @@ and used in the Exif standard.  Exiv2::Ifd could be used to implement
 read only as well as read/write access to Exif (or TIFF) data without
 the overhead (and convenience) of Exiv2::ExifData.</p>
 
-<h2>Components</h2>
+<h2><a class="anchor">Components</a></h2>
 
 <p>The following picture shows the components that make up the Exiv2
 library and how they depend on each other. The component names are the
diff --git a/doc/makernote.html b/doc/makernote.html
index eb4d6f3..5e921ea 100644
--- a/doc/makernote.html
+++ b/doc/makernote.html
@@ -25,9 +25,9 @@
    <tr> 
     <th width="8%"><b>Make</b></th>
     <th width="12%"><b>Models</b></th>
-    <th width="40%"><b>Format</b></th>
+    <th width="32%"><b>Format</b></th>
     <th width="8%"><b>Specs</b></th>
-    <th width="32%"><b>Remarks</b></th>
+    <th width="40%"><b>Remarks</b></th>
    </tr>
   </thead>
   <tbody>
@@ -52,16 +52,15 @@
     <td>IFD; starts with string "FUJIFILM" and an offset 
       to the first IFD, offsets are relative to the beginning of the MakerNote</td>
     <td><a href="#R1">[1]</a></td>
-    <td>Fujifilm's Exif data uses Motorola alignment, but the MakerNote 
-      uses Intel alignment</td>
+    <td>Fujifilm's Exif data uses big endian (MM) byte order, but the MakerNote 
+      uses little endian (II) alignment</td>
    </tr>
    <tr> 
     <td>Minolta</td>
     <td> </td>
     <td>IFD</td>
     <td><a href="#R5">[5]</a></td>
-    <td>MakerNote numbers are always stored in Motorola/Macintosh 
-      style</td>
+    <td>MakerNote numbers are always stored in big endian (MM) byte order</td>
    </tr>
    <tr> 
     <td>Nikon</td>
@@ -73,12 +72,21 @@
    <tr> 
     <td>Nikon</td>
     <td>E700, E800, E900, E900S, E910, E950</td>
-    <td>IFD; starts with string "Nikon", IFD from offset 
+    <td>IFD; starts with string "Nikon

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list