Minor doc updates

v0.27.3
Andreas Huggel 19 years ago
parent 433b6615c4
commit d2885b57c6

@ -18,11 +18,11 @@ Changes from version 0.12 to 0.13
(Suggested by Will Stokes)
- 0000461: [miscellaneous] Add i18n support. Requires gettext.
(Gilles Caulier)
The currently available translations are (work in progress):
de.po, es.po, fr.po, pl.po by Gilles Caulier ported from libexif
fi.po by Mikael Lammentausta
fr.po by Olivier Tilloy
ru.po by Alexandre Prokoudine
The currently available translations are still work in progress:
German, Spanish, Polish by Gilles Caulier, ported from libexif
Finnish by Mikael Lammentausta
French by Gilles Caulier (ported from libexif) and Olivier Tilloy
Russian by Alexandre Prokoudine
- 0000460: [exif] Exiv2 should support to decode/encode Windows tags
Exif.Image.0x9c9b-0x9c9f. Requires libiconv.
(Suggested by Jose Oliver)
@ -30,9 +30,10 @@ Changes from version 0.12 to 0.13
- [exif] Updated Nikon lens info to v2.15 of Robert Rottmerhusen's
lens database.
- [exif] Added read-support for Fujifilm RAF images.
- [exif] Image now has containers and provides default
implementations for most methods. Improved consistency of handling
unsupported functions across Image subclasses.
- [exif] Image class hierarchy refactored: Image now has containers
and provides default implementations for most methods. Calling
an unsupported method of any Image subclass now results in an
exception.
* MSVC related
- [exivsimple] Added get and set thumbnail functions.

@ -54,7 +54,7 @@
- JPEG
- <A HREF="crw-mapping.html">Canon CRW</A>
- TIFF and related RAW formats (Canon CR2, Nikon NEF, Pentax PEF, Sony SR2, Sony ARW, Adobe DNG, and Minolta MRW), read-only
- TIFF and related RAW formats (Adobe DNG, Canon CR2, Fujifilm RAF, Minolta MRW, Nikon NEF, Pentax PEF, Sony ARW and Sony SR2), read-only
- PNG, read-only
@section supp Support

@ -3,7 +3,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH EXIV2 1 "January 30th, 2007"
.TH EXIV2 1 "February 25th, 2007"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -31,8 +31,8 @@ exiv2 \- Exif/IPTC metadata manipulation tool
is a program to read and write Exif and IPTC image metadata and image
comments. Supported image formats are JPEG, Canon CRW and Canon THM.
Read-only support is currently available for PNG and TIFF format and
includes TIFF-based RAW formats such as Nikon NEF, Canon CR2, Sony
SR2, Sony ARW, Pentax PEF, Adobe DNG and Minolta MRW.
includes TIFF-based RAW formats such as Adobe DNG, Canon CR2, Fujifilm
RAF, Minolta MRW, Nikon NEF, Pentax PEF, Sony ARW and Sony SR2.
.SH ACTIONS
The \fIaction\fP argument is only required if it is not clear from the
\fIoptions\fP which action is implied.

Loading…
Cancel
Save