From: Dan F. <dfa...@us...> - 2009-01-22 07:41:17
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30967 Modified Files: ChangeLog NEWS exif.1 Log Message: Create mandatory EXIF tags with the --create-exif option Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -d -r1.26 -r1.27 --- NEWS 15 Jan 2009 02:32:31 -0000 1.26 +++ NEWS 22 Jan 2009 07:41:09 -0000 1.27 @@ -5,6 +5,7 @@ exif-0.6.x: (bug #2034873) * Allow setting --tag=0 (needed for the GPS IFD) * --ifd is now honoured while displaying tag contents + * --create-exif now creates mandatory EXIF tags with default data 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.86 retrieving revision 1.87 diff -u -p -d -r1.86 -r1.87 --- ChangeLog 15 Jan 2009 02:32:31 -0000 1.86 +++ ChangeLog 22 Jan 2009 07:41:09 -0000 1.87 @@ -1,3 +1,7 @@ +2009-01-21 Dan Fandrich <da...@co...> + + * exif/main.c: Create mandatory EXIF tags with the --create-exif option + 2009-01-14 Dan Fandrich <da...@co...> * exif/main.c: Clarify the error when a file can't be read Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- exif.1 19 Nov 2008 05:36:53 -0000 1.12 +++ exif.1 22 Jan 2009 07:41:09 -0000 1.13 @@ -1,4 +1,4 @@ -.\" © 2002 by Thomas Pircher (tehpeh at gmx dot net) +.\" © 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 @@ -12,12 +12,8 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" License. -.\" Modified 2002-09-08 by thomas -.\" Modified 2005-03-23 by hun -.\" Modified 2008-01-24 by dfandrich -.\" Modified 2008-02-05 by Benno Schulenberg .\" -.TH exif 1 "2008-11-04" "exif 0.6.17" "libexif command line front-end" +.TH exif 1 "2009-01-21" "exif 0.6.17.1" "libexif command line front-end" .SH "NAME" exif \- shows EXIF information in JPEG files .SH "SYNOPSIS" @@ -37,6 +33,10 @@ library. Each input file given on the command line is acted upon in turn, using all the options given. Execution will be aborted immediately if one file is not readable or does not contain EXIF tags. +.PP +As EXIF tags are read, any unknown ones are discarded and known ones are +automatically converted into the correct format, if they aren't already. +Corrupted MakerNote tags are also removed, but no format changes are made. .SH "OPTIONS" .TP .BI "\-v, \-\-version" @@ -55,7 +55,7 @@ with \-\-ifd. The tag title is dependen name and number are locale-independent. .TP .BI "\-\-ifd=" "IFD" -Select a tag from this +Select a tag or tags from this .IR "IFD" . Valid IFDs are "0", "1", "EXIF", "GPS", and "Interoperability". Defaults to "0". @@ -115,7 +115,9 @@ Produce output in an XML format (when po The \-\-xml-output and \-\-machine\-readable options are mutually exclusive. .TP .BI "\-d, \-\-debug" -Show debugging messages. +Show debugging messages. Also, when processing a file that contains corrupted +data, this option cases exif to attempt to continue processing. Normally, +corrupted data causes an abort. .SS "Help options" .TP .BI "\-?, \-\-help" |