You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exiv2/src/doxygen.hpp.in

162 lines
6.9 KiB
C++

// ***************************************************************** -*- C++ -*-
/*!
@file doxygen.hpp
@brief Additional documentation, this file contains no source code
@version $Rev$
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 07-Feb-04, ahu: created
*/
// *****************************************************************************
// *** NOTE: doxygen.hpp is a generated file! Only edit doxygen.hpp.in ***
// *****************************************************************************
/*!
@mainpage Image metadata library and tools v@PACKAGE_VERSION@
@section overview Exiv2 Overview
%Exiv2 comprises of a C++ library and a command line utility to access image
metadata. %Exiv2 is free software. The homepage of %Exiv2 is at
<A HREF="http://www.exiv2.org/">http://www.exiv2.org/</A>.
The %Exiv2 library provides
- fast read and write access to the Exif, IPTC and XMP metadata of an image
through %Exiv2 keys and standard C++ iterators
- conversion of Exif and IPTC metadata to and from XMP
19 years ago
- a smart IPTC implementation that does not affect data that programs like
Photoshop store in the same image segment
- Exif <A HREF="makernote.html">MakerNote</A> support:
- %MakerNote tags can be accessed just like any other Exif metadata
- a sophisticated write algorithm avoids corrupting the %MakerNote
19 years ago
- extract and delete methods for Exif thumbnails (both, JPEG and TIFF thumbnails)
- set methods for Exif thumbnails (JPEG only, TIFF thumbnails can be set from
individual tags)
17 years ago
- an easy to use and well documented API
@section getting-started Getting started
<A HREF="getting-started.html">A few pointers</A> to get you started with
the %Exiv2 library without delay.
@section metadata Metadata reference tables
Exif and MakerNote tags
- <A HREF="tags-exif.html">Standard Exif tags</A>
- <A HREF="tags-canon.html">Canon MakerNote tags</A>
- <A HREF="tags-fujifilm.html">Fujifilm MakerNote tags</A>
- <A HREF="tags-minolta.html">Minolta MakerNote tags</A>
- <A HREF="tags-nikon.html">Nikon MakerNote tags</A>
- <A HREF="tags-olympus.html">Olympus MakerNote tags</A>
- <A HREF="tags-panasonic.html">Panasonic MakerNote tags</A>
- <A HREF="tags-pentax.html">Pentax MakerNote tags</A>
- <A HREF="tags-sigma.html">Sigma/Foveon MakerNote tags</A>
- <A HREF="tags-sony.html">Sony MakerNote tags</A>
IPTC datasets
19 years ago
- <A HREF="tags-iptc.html">IPTC datasets</A>
XMP properties
- <a href="tags-xmp-dc.html">dc schema</a>
- <a href="tags-xmp-xmp.html">xmp schema</a>
- <a href="tags-xmp-xmpRights.html">xmpRights schema</a>
- <a href="tags-xmp-xmpMM.html">xmpMM schema</a>
- <a href="tags-xmp-xmpBJ.html">xmpBJ schema</a>
- <a href="tags-xmp-xmpTPg.html">xmpTPg schema</a>
- <a href="tags-xmp-xmpDM.html">xmpDM schema</a>
- <a href="tags-xmp-pdf.html">pdf schema</a>
- <a href="tags-xmp-photoshop.html">photoshop schema</a>
- <a href="tags-xmp-crs.html">crs schema</a>
- <a href="tags-xmp-tiff.html">tiff schema</a>
- <a href="tags-xmp-exif.html">exif schema</a>
- <a href="tags-xmp-aux.html">aux schema</a>
- <a href="tags-xmp-iptc.html">Iptc4xmpCore schema</a>
19 years ago
@section formats File Formats
19 years ago
- JPEG
- <A HREF="crw-mapping.html">Canon CRW</A>
- TIFF and related RAW formats (Adobe DNG, Canon CR2, Fujifilm RAF, Minolta MRW, Nikon NEF, Olympus ORF, Pentax PEF, Sony ARW and Sony SR2), read-only
- JP2, PNG, PSD, read-only
- XMP sidecar files
@section supp Support
<p>Please write to the
<a title="Exiv2 forum" href="http://uk.groups.yahoo.com/group/exiv2">Yahoo! group for Exiv2 help and discussions</a>.</p>
<p><a title="Join the Exiv2 forum" href="http://uk.groups.yahoo.com/group/exiv2/join">Join the group</a> to post and receive messages or use <em><a title="Post to the Exiv2 forum" href="http://uk.groups.yahoo.com/group/exiv2/post">exiv2post/2post2exiv2</a></em> to post anonymously. Bug reports can be submitted directly to the
<a title="Issue tracker" href="http://dev.robotbattle.com/bugs/main_page.php"
onclick="document.images['tracker'].src='http://www.whatcounter.com/dlcount.php?id=ahu&amp;url='+this.href">
bug tracking system</a>.</p>
@section devel Development
<p>%Exiv2 is maintained in a publicly available subversion repository.
There is a <a title="Last 50 commits" href="http://dev.robotbattle.com/cmtinfo_svn.php?r=10">
live list with the latest commits</a> to the repository, and you can
21 years ago
<a title="Online source code repository" href="http://dev.robotbattle.com/~cvsuser/cgi-bin/ns_viewcvs.cgi/exiv2/trunk/">
browse the source code</a> online.
21 years ago
</p>
<p>To check-out the current source code from the repository, you need a
21 years ago
<a title="Get Subversion!"
href="http://subversion.tigris.org/project_packages.html">subversion client</a>.
If you use a command line client, change to the directory where you want to keep
21 years ago
the source code and type:</p>
@verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim
<p>To download the test data and test drivers for version @PACKAGE_VERSION@ from
the repository, change to your local exiv2-@PACKAGE_VERSION@ directory and use the
21 years ago
following command:
</p>
@verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/@PACKAGE_VERSION@/test @endverbatim
21 years ago
<P>If you'd like to contribute code, please <A HREF="mailto:ahuggel@gmx.net">contact me</A>.
@section license License
<P>Copyright (C) 2004-2008 Andreas Huggel <ahuggel@gmx.net></P>
<P>%Exiv2 is free software; you can redistribute it and/or modify it under the
terms of the <a href="gpl-license.html">GNU General Public License</a> as
published by the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.</P>
<P>Alternatively, %Exiv2 is also available with a commercial license, which
allows it to be used in closed-source projects.
19 years ago
<A HREF="mailto:ahuggel@gmx.net">Contact me</A> for more information.</P>
<P>%Exiv2 is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more
details.</P>
<P>You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
19 years ago
51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.</P>
*/
/*!
@example addmoddel.cpp
Sample usage of high-level metadata operations.
22 years ago
*/
/*!
@example exifprint.cpp
Sample program to print Exif data from an image.
22 years ago
*/
/*!
@example exifcomment.cpp
Sample program showing how to set the Exif comment of an image.
*/
21 years ago
/*!
@example iptcprint.cpp
19 years ago
Sample program to print the IPTC metadata of an image
21 years ago
*/
/*!
@example iptceasy.cpp
19 years ago
The quickest way to access, set or modify IPTC metadata
*/
/*!
@example xmpsample.cpp
Sample usage of high-level XMP classes.
*/