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.
33 lines
733 B
C++
33 lines
733 B
C++
// ***************************************************************** -*- C++ -*-
|
|
/*!
|
|
@mainpage Image metadata library and tools
|
|
|
|
<h2>%Exiv2 v__version__ API documentation</h2>
|
|
|
|
@htmlinclude intro.html
|
|
*/
|
|
/*!
|
|
@example addmoddel.cpp
|
|
Sample usage of high-level metadata operations.
|
|
*/
|
|
/*!
|
|
@example exifprint.cpp
|
|
Sample program to print Exif data from an image.
|
|
*/
|
|
/*!
|
|
@example exifcomment.cpp
|
|
Sample program showing how to set the Exif comment of an image.
|
|
*/
|
|
/*!
|
|
@example iptcprint.cpp
|
|
Sample program to print the IPTC metadata of an image
|
|
*/
|
|
/*!
|
|
@example iptceasy.cpp
|
|
The quickest way to access, set or modify IPTC metadata
|
|
*/
|
|
/*!
|
|
@example xmpsample.cpp
|
|
Sample usage of high-level XMP classes.
|
|
*/
|