.TH EXIFTAGS 1 .\" .\" Copyright (c) 2001-2007, Eric M. Johnston .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by Eric M. Johnston. .\" 4. Neither the name of the author nor the names of any co-contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $Id: exiftags.1,v 1.29 2007/12/16 03:06:40 ejohnst Exp $ .\" .SH NAME .B exiftags \- output the properties contained in a JPEG Exif section .SH SYNOPSIS .B exiftags [ .B \-acdilquv ] [ .B \-s .I delim ] [ .I file ... ] .SH DESCRIPTION The .B exiftags utility parses .I file or, by default, its standard input, looking for a JPEG APP1 section containing Exif (Exchangeable Image File) data. The properties contained in these data are then printed to the standard output. Digital cameras typically add Exif data to the image files they produce, containing information about the camera and digitized image. The options described below may be used to control output verbosity and section formatting. .SH OPTIONS .IP -a Output camera-specific, image-specific, and verbose properties contained in the file. .IP -c Output camera-specific properties contained in the file. .IP -d Output Exif parse debug information. .IP -i Output image-specific properties contained in the file. .IP -l Make lens characteristics image-specific. Useful for higher-end cameras that have removable lenses (i.e., not "point-and-shoot" cameras). .IP -q Suppress output of a property section header. .IP -s Separate field name and value with the string .IR delim . The default is ': '. .IP -u Output unknown or unsupported properties contained in the file. Also, output invalid properties when debugging information is requested. .IP -v Output verbose properties contained in the file. .SH MAKER NOTES Some camera manufacturers include a "maker note" section with additional information about the camera or image not part of the Exif standard. The format of these maker notes varies wildly and manufacturers are not forthcoming with implementation details. Therefore, .B exiftags maker note support is the result of experimentation and reverse engineering (see below for credits) and incomplete. .B exiftags is known to have at least partial support for the following manufacturers' maker notes: .IP "" 4 Asahi/Pentax .br Canon .br Casio .br Fujifilm .br Leica .br Minolta .br Nikon .br Olympus .br Panasonic .br Sanyo .br Sigma .PP If you wish support for additional manufacturers or cameras, please send any information you have about the data format or, better yet, patches, and a sample image file to the author. (Though he makes no promises.) .SH DIAGNOSTICS The .B exiftags utility exits 0 on success, and >0 if an error occurs. .SH "SEE ALSO" exifcom(1), exiftime(1) .SH STANDARDS The .B exiftags utility was developed using the 2003 draft Exif standard, version 2.21 (http://tsc.jeita.or.jp/) and the June 1992 TIFF specification, revision 6.0 (http://partners.adobe.com/asn/developer/pdfs/tn/TIFF6.pdf). .SH BUGS Not all Exif 2.21 properties are supported, due either to the author's laziness or incomplete information. Maker note support is spotty due to lack of information. .SH AUTHOR The .B exiftags utility and this man page were written by Eric M. Johnston . Portions of the utility were developed while referencing the public domain Jhead utility, version 1.2, by Matthias Wandel . Some maker note support is the result of TsuruZoh Tachibanaya's compendium (http://www.ba.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html) and its contributers. Minolta maker note support was contributed by Javier Crespo . Panasonic maker note support was contributed by Tom Hughes . .PP Special thanks to the following folks for submitting sample camera files: Bradley Bailey, Kirk Bauer, Marcy Brown, Frank Fortunato, Per Kristian Hove, Brian Jackson, Stan Jirman, Kaye Kirsch, Meder Kydyraliev, Kevin Layer, Henrik Levkowetz, Jamie Mayberry, Jason Montojo, Nick Reid, Frank Reiff, Christian Schmid, Michael Shostak, Nathan Treadway, Mathieu Vanasse, Mark Westling, Phillip Wherry, and Christian Zuckschwerdt.