Minor doc updates

v0.27.3
Andreas Huggel 19 years ago
parent ea32b96bc9
commit ae5cb70b58

@ -27,14 +27,10 @@
<br>&nbsp;&nbsp;1) the %MakerNote is not re-located if possible at all, and <br>&nbsp;&nbsp;1) the %MakerNote is not re-located if possible at all, and
<br>&nbsp;&nbsp;2) %MakerNote %Ifd offsets are re-calculated if the <br>&nbsp;&nbsp;2) %MakerNote %Ifd offsets are re-calculated if the
%MakerNote needs to be moved (for known %Ifd %MakerNotes) %MakerNote needs to be moved (for known %Ifd %MakerNotes)
- new camera make/model specific %MakerNotes can be added to the library with
minimum effort in OO-fashion (by subclassing %MakerNote or %IfdMakerNote)
- extract and delete methods for Exif thumbnails (both, Jpeg and Tiff thumbnails) - 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 - set methods for Exif thumbnails (Jpeg only, Tiff thumbnails can be set from
individual tags) individual tags)
- complete API documentation (by Doxygen) - complete API documentation (by Doxygen)
- generic lower-level classes to access %Ifd (%Image File Directory) data
structures
@section getting-started Getting started @section getting-started Getting started
@ -53,13 +49,15 @@
- <A HREF="tags-sony.html">Sony MakerNote tags</A> - <A HREF="tags-sony.html">Sony MakerNote tags</A>
- <A HREF="tags-iptc.html">Iptc datasets</A> - <A HREF="tags-iptc.html">Iptc datasets</A>
@section formats Raw File Formats @section formats File Formats
- Jpeg
- <A HREF="crw-mapping.html">Canon CRW</A> - <A HREF="crw-mapping.html">Canon CRW</A>
- TIFF and related RAW formats (Canon CR2, Nikon NEF, Pentax PEF, Sony SR2), read-only
@section supp Support @section supp Support
<p>There is now a <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> <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 <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
<a title="Issue tracker" href="http://dev.robotbattle.com/bugs/main_page.php" <a title="Issue tracker" href="http://dev.robotbattle.com/bugs/main_page.php"

@ -28,8 +28,10 @@ exiv2 \- EXIF/IPTC metadata manipulation tool
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively. .\" respectively.
.B exiv2 .B exiv2
is a program to read and write EXIF/IPTC is a program to read and write EXIF/IPTC metadata. Supported image
metadata. Supported image formats are JPEG, Canon CRW and Canon THM. formats are JPEG, Canon CRW and Canon THM. Read-only support is
currently available for TIFF format and includes TIFF-based RAW
formats such as Nikon NEF, Canon CR2, Sony SR2 and Pentax PEF.
.SH ACTIONS .SH ACTIONS
The \fIaction\fP argument is only required if it is not clear which The \fIaction\fP argument is only required if it is not clear which
action is implied. action is implied.

Loading…
Cancel
Save