From b2fe6073c01e7b426a19339b79bf4d1e98cefd83 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sun, 17 Oct 2004 14:21:53 +0000 Subject: [PATCH] Minor changes --- doc/getting-started.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/getting-started.html b/doc/getting-started.html index dd59bc1c..01ba43f8 100644 --- a/doc/getting-started.html +++ b/doc/getting-started.html @@ -14,7 +14,7 @@

The Exiv2 library is made up of all elements defined in the Exiv2 namespace. The Action and Util namespaces are only used by the -Exiv2 command line utility. To learn about the library, concentrate on +Exiv2 command line utility. Thus, to learn about the library, concentrate on the members of the Exiv2 namespace.

Classes

@@ -24,8 +24,8 @@ and Exiv2::IptcData are the top-level classes of the Exiv2 library. They hold a container of Exif and Iptc metadata, respectively, and define related methods to access and manipulate the metadata. The containers hold objects derived from -Exiv2::Metadatum -objects. Interface class Exiv2::Metadatum defines methods to access the +Exiv2::Metadatum. +Interface class Exiv2::Metadatum defines methods to access the information of one Exif tag or Iptc dataset. It models the tag data as a key and value pair. The abstract base class @@ -41,7 +41,7 @@ together with a key add it to an ExifData or IptcData container.

Examples

-

Several simple examples demonstrate the basic use of Exiv2 +

There are several simple examples that demonstrate the basic use of Exiv2 functionality: Exifprint shows how the Exif data of an image can be read and written to the screen. Iptcprint is a similar @@ -65,7 +65,7 @@ the Makernote interface. Subclass models makernotes encoded in IFD format. Implementing a new IFD makernote is straightforward. Implementing a new makernote that is not -encoded in IFD format however, is not. Please +encoded in IFD format however, is more difficult. Please contact me if you have such a makernote specification and would like assistance adding it to Exiv2.