Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

image::exiftool::exif(3pm) [debian man page]

Image::ExifTool::Exif(3pm)				User Contributed Perl Documentation				Image::ExifTool::Exif(3pm)

NAME
Image::ExifTool::Exif - Read EXIF/TIFF meta information SYNOPSIS
This module is required by Image::ExifTool. DESCRIPTION
This module contains routines required by Image::ExifTool for processing EXIF and TIFF meta information. AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
http://www.exif.org/Exif2-2.PDF <http://www.exif.org/Exif2-2.PDF> http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-008-2010_E.pdf <http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-008-2010_E.pdf> <http://partners.adobe.com/asn/developer/pdfs/tn/TIFF6.pdf> <http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf> <http://www.adobe.com/products/dng/pdfs/dng_spec.pdf> <http://www.awaresystems.be/imaging/tiff/tifftags.html> <http://www.remotesensing.org/libtiff/TIFFTechNote2.html> <http://www.exif.org/dcf.PDF> http://park2.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html <http://park2.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html> http://www.fine-view.com/jp/lab/doc/ps6ffspecsv2.pdf <http://www.fine-view.com/jp/lab/doc/ps6ffspecsv2.pdf> <http://www.ozhiker.com/electronics/pjmt/jpeg_info/meta.html> http://hul.harvard.edu/jhove/tiff-tags.html <http://hul.harvard.edu/jhove/tiff-tags.html> <http://www.microsoft.com/whdc/xps/wmphoto.mspx> <http://www.asmail.be/msg0054681802.html> <http://crousseau.free.fr/imgfmt_raw.htm> <http://www.cybercom.net/~dcoffin/dcraw/> <http://www.digitalpreservation.gov/formats/content/tiff_tags.shtml> <http://community.roxen.com/developers/idocs/rfc/rfc3949.html> http://tools.ietf.org/html/draft-ietf-fax-tiff-fx-extension1-01 <http://tools.ietf.org/html/draft-ietf-fax-tiff-fx-extension1-01> ACKNOWLEDGEMENTS
Thanks to Jeremy Brown for the 35efl tags, and Matt Madrid for his help with the XP character code conversions. SEE ALSO
"EXIF Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm) perl v5.12.4 2011-06-21 Image::ExifTool::Exif(3pm)

Check Out this Related Man Page

Image::ExifTool::Pentax(3)				User Contributed Perl Documentation				Image::ExifTool::Pentax(3)

NAME
Image::ExifTool::Pentax - Pentax/Asahi maker notes tags SYNOPSIS
This module is loaded automatically by Image::ExifTool when required. DESCRIPTION
This module contains definitions required by Image::ExifTool to interpret Pentax and Asahi maker notes in EXIF information. NOTES
I couldn't find a good source for Pentax maker notes information, but I've managed to discover a fair bit of information by analyzing sample images downloaded from the internet, and through tests with my own Optio WP and K10D, and with help provided by other ExifTool users (see "ACKNOWLEDGEMENTS"). The Pentax maker notes are stored in standard EXIF format, but the offsets used for some of their cameras are wacky. The Optio 330 gives the offset relative to the offset of the tag in the directory, the Optio WP uses a base offset in the middle of nowhere, and the Optio 550 uses different (and totally illogical) bases for different menu entries. Very weird. (It wouldn't surprise me if Pentax can't read their own maker notes!) Luckily, there are only a few entries in the maker notes which are large enough to require offsets, so this doesn't affect much useful information. ExifTool attempts to make sense of this fiasco by making an assumption about where the information should be stored to deduce the correct offsets. REFERENCES
Image::MakerNotes::Pentax <http://johnst.org/sw/exiftags/> (Asahi models) <http://kobe1995.jp/~kaz/astro/istD.html> <http://www.cybercom.net/~dcoffin/dcraw/> (...plus lots of testing with my Optio WP and K10D!) ACKNOWLEDGEMENTS
Thanks to Wayne Smith, John Francis, Douglas O'Brien Cvetan Ivanov, Jens Duttke and Dave Nicholson for help figuring out some Pentax tags, Denis Bourez, Kazumichi Kawabata, David Buret, Barney Garrett, Axel Kellner, Anton Bondar and Albert Bogner for adding to the LensType list, and Ger Vermeulen and Niels Kristian Bech Jensen for contributing print conversion values for some tags. AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
"Pentax Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm), Image::Info(3pm) perl v5.12.1 2010-03-18 Image::ExifTool::Pentax(3)
Man Page