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

@ -54,7 +54,7 @@
- JPEG - 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, 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 - PNG, read-only
@section supp Support @section supp Support

@ -3,7 +3,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" 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. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" 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 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. comments. Supported image formats are JPEG, Canon CRW and Canon THM.
Read-only support is currently available for PNG and TIFF format and Read-only support is currently available for PNG and TIFF format and
includes TIFF-based RAW formats such as Nikon NEF, Canon CR2, Sony includes TIFF-based RAW formats such as Adobe DNG, Canon CR2, Fujifilm
SR2, Sony ARW, Pentax PEF, Adobe DNG and Minolta MRW. RAF, Minolta MRW, Nikon NEF, Pentax PEF, Sony ARW and Sony SR2.
.SH ACTIONS .SH ACTIONS
The \fIaction\fP argument is only required if it is not clear from the The \fIaction\fP argument is only required if it is not clear from the
\fIoptions\fP which action is implied. \fIoptions\fP which action is implied.

Loading…
Cancel
Save