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.
136 lines
5.9 KiB
C++
136 lines
5.9 KiB
C++
22 years ago
|
// ***************************************************************** -*- C++ -*-
|
||
|
/*!
|
||
|
@file doxygen.hpp
|
||
|
@brief Additional documentation, this file contains no source code
|
||
21 years ago
|
@version $Rev$
|
||
22 years ago
|
@author Andreas Huggel (ahu)
|
||
|
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
|
||
|
@date 07-Feb-04, ahu: created
|
||
|
*/
|
||
|
/*!
|
||
19 years ago
|
@mainpage Exif and IPTC metadata library and tools v@PACKAGE_VERSION@
|
||
22 years ago
|
|
||
21 years ago
|
@section overview Exiv2 Overview
|
||
20 years ago
|
|
||
20 years ago
|
%Exiv2 comprises of a C++ library and a command line utility to access image
|
||
20 years ago
|
metadata. %Exiv2 is free software. The homepage of %Exiv2 is at
|
||
19 years ago
|
<A HREF="http://www.exiv2.org/">http://www.exiv2.org/</A>.
|
||
20 years ago
|
|
||
20 years ago
|
The %Exiv2 library provides
|
||
19 years ago
|
- full read and write access to the Exif and IPTC metadata of an image through
|
||
20 years ago
|
%Exiv2 keys and standard C++ iterators
|
||
19 years ago
|
- a smart IPTC implementation that does not affect data that programs like
|
||
20 years ago
|
Photoshop store in the same image segment
|
||
20 years ago
|
- Exif <A HREF="makernote.html">MakerNote</A> support:
|
||
20 years ago
|
- %MakerNote tags can be accessed just like any other Exif metadata
|
||
20 years ago
|
- a sophisticated write algorithm avoids corrupting the %MakerNote:
|
||
|
<br> 1) the %MakerNote is not re-located if possible at all, and
|
||
|
<br> 2) %MakerNote %Ifd offsets are re-calculated if the
|
||
20 years ago
|
%MakerNote needs to be moved (for known %Ifd %MakerNotes)
|
||
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
|
||
21 years ago
|
individual tags)
|
||
19 years ago
|
- complete API documentation
|
||
22 years ago
|
|
||
21 years ago
|
@section getting-started Getting started
|
||
|
|
||
20 years ago
|
<A HREF="getting-started.html">A few pointers</A> to get you started with
|
||
21 years ago
|
the %Exiv2 library without delay.
|
||
21 years ago
|
|
||
19 years ago
|
@section metadata Exif and MakerNote tags and IPTC datasets
|
||
22 years ago
|
|
||
20 years ago
|
- <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>
|
||
19 years ago
|
- <A HREF="tags-minolta.html">Minolta MakerNote tags</A>
|
||
20 years ago
|
- <A HREF="tags-nikon.html">Nikon MakerNote tags</A>
|
||
|
- <A HREF="tags-olympus.html">Olympus MakerNote tags</A>
|
||
20 years ago
|
- <A HREF="tags-panasonic.html">Panasonic MakerNote tags</A>
|
||
20 years ago
|
- <A HREF="tags-sigma.html">Sigma/Foveon MakerNote tags</A>
|
||
|
- <A HREF="tags-sony.html">Sony MakerNote tags</A>
|
||
19 years ago
|
- <A HREF="tags-iptc.html">IPTC datasets</A>
|
||
22 years ago
|
|
||
19 years ago
|
@section formats File Formats
|
||
22 years ago
|
|
||
19 years ago
|
- JPEG
|
||
20 years ago
|
- <A HREF="crw-mapping.html">Canon CRW</A>
|
||
19 years ago
|
- TIFF and related RAW formats (Adobe DNG, Canon CR2, Fujifilm RAF, Minolta MRW, Nikon NEF, Pentax PEF, Sony ARW and Sony SR2), read-only
|
||
19 years ago
|
- PNG, read-only
|
||
22 years ago
|
|
||
20 years ago
|
@section supp Support
|
||
|
|
||
19 years ago
|
<p>Please write to the
|
||
20 years ago
|
<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">exiv2user/password</a></em> to post anonymously. Bug reports can be submitted directly to the
|
||
20 years ago
|
<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&url='+this.href">
|
||
|
bug tracking system</a>.</p>
|
||
|
|
||
21 years ago
|
@section devel Development
|
||
|
|
||
20 years ago
|
<p>%Exiv2 is maintained in a publicly available subversion repository.
|
||
20 years ago
|
There is a <a title="Last 50 commits" href="http://dev.robotbattle.com/cmtinfo_svn.php?r=10">
|
||
20 years ago
|
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/">
|
||
20 years ago
|
browse the source code</a> online.
|
||
21 years ago
|
</p>
|
||
20 years ago
|
<p>To check-out the current source code from the repository, you need a
|
||
21 years ago
|
<a title="Get Subversion!"
|
||
20 years ago
|
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>
|
||
20 years ago
|
|
||
20 years ago
|
@verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim
|
||
|
|
||
19 years ago
|
<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>
|
||
20 years ago
|
|
||
19 years ago
|
@verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/@PACKAGE_VERSION@/test @endverbatim
|
||
21 years ago
|
|
||
21 years ago
|
<P>If you'd like to contribute code, please <A HREF="mailto:ahuggel@gmx.net">contact me</A>.
|
||
|
|
||
21 years ago
|
@section license License
|
||
22 years ago
|
|
||
19 years ago
|
<P>Copyright (C) 2004-2007 Andreas Huggel <ahuggel@gmx.net></P>
|
||
21 years ago
|
|
||
|
<P>%Exiv2 is free software; you can redistribute it and/or modify it under the
|
||
20 years ago
|
terms of the <a href="gpl-license.html">GNU General Public License</a> as
|
||
22 years ago
|
published by the Free Software Foundation; either version 2 of the License, or
|
||
|
(at your option) any later version.</P>
|
||
20 years ago
|
|
||
19 years ago
|
<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>
|
||
|
|
||
21 years ago
|
<P>%Exiv2 is distributed in the hope that it will be useful, but WITHOUT ANY
|
||
22 years ago
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||
|
A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||
|
details.</P>
|
||
20 years ago
|
|
||
22 years ago
|
<P>You should have received a copy of the GNU General Public License along
|
||
20 years ago
|
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>
|
||
22 years ago
|
*/
|
||
|
/*!
|
||
22 years ago
|
@example addmoddel.cpp
|
||
22 years ago
|
Sample usage of high-level metadata operations.
|
||
22 years ago
|
*/
|
||
|
/*!
|
||
22 years ago
|
@example exifprint.cpp
|
||
21 years ago
|
Sample program to print Exif data from an image.
|
||
22 years ago
|
*/
|
||
21 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
|
*/
|
||
21 years ago
|
/*!
|
||
|
@example iptceasy.cpp
|
||
19 years ago
|
The quickest way to access, set or modify IPTC metadata
|
||
21 years ago
|
*/
|