From: Dan F. <dfa...@us...> - 2009-10-01 06:50:45
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15439 Modified Files: ChangeLog NEWS exif.1 Log Message: Added --width option to allow setting width of output Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -d -r1.31 -r1.32 --- NEWS 1 Oct 2009 06:10:37 -0000 1.31 +++ NEWS 1 Oct 2009 06:50:32 -0000 1.32 @@ -7,6 +7,7 @@ exif-0.6.x: * --ifd is now honoured while displaying tag contents * --create-exif now creates mandatory EXIF tags with default data * --no-fixup disables attempts to fix tags in existing files + * --width option sets width of output lines exif-0.6.17 (2008-11-06): * Fixed the output of -s and -t when iconv is configured Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -p -d -r1.95 -r1.96 --- ChangeLog 1 Oct 2009 06:10:37 -0000 1.95 +++ ChangeLog 1 Oct 2009 06:50:32 -0000 1.96 @@ -4,6 +4,7 @@ This involved creating a version of exif_loader_get_data (exif_get_data_opts) that allows ExifOption values to be set in the ExifData before it's used to store tags. + * Added --width option to allow setting width of output 2009-09-28 Dan Fandrich <da...@co...> Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- exif.1 1 Oct 2009 06:10:37 -0000 1.15 +++ exif.1 1 Oct 2009 06:50:32 -0000 1.16 @@ -1,4 +1,4 @@ -.\" © 2002-2009 by Thomas Pircher (tehpeh at gmx dot net) et. al. +.\" Copyright © 2002-2009 by Thomas Pircher (tehpeh at gmx dot net) et. al. .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are @@ -13,7 +13,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" License. .\" -.TH exif 1 "2009-09-30" "exif 0.6.17.1" "libexif command line front-end" +.TH exif 1 "2009-09-30" "exif 0.6.18" "command line front-end to libexif" .SH "NAME" exif \- shows EXIF information in JPEG files .SH "SYNOPSIS" @@ -119,6 +119,10 @@ Create EXIF data if it does not exist Produce output in a machine-readable (tab-delimited) format. The \-\-xml-output and \-\-machine\-readable options are mutually exclusive. .TP +.BI "\-w, \-\-width=" "N" +Set the maximum width of the output to N characters (default 80). This does +not apply to some output formats (e.g. XML). +.TP .BI "\-x, \-\-xml-output" Produce output in an XML format (when possible). The \-\-xml-output and \-\-machine\-readable options are mutually exclusive. |