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::Photoshop(3)				User Contributed Perl Documentation			     Image::ExifTool::Photoshop(3)

NAME
Image::ExifTool::Photoshop - Read/write Photoshop IRB meta information SYNOPSIS
This module is loaded automatically by Image::ExifTool when required. DESCRIPTION
Photoshop writes its own format of meta information called a Photoshop IRB resource which is located in the APP13 record of JPEG files. This module contains the definitions to read this information. NOTES
Photoshop IRB blocks may have an associated resource name. These names are usually just an empty string, but if not empty they are displayed in the verbose level 2 (or greater) output. A special "SetResourceName" flag may be set to '1' in the tag information hash to cause the resource name to be appended to the value when extracted. If this is done, the returned value has the form "VALUE/#NAME#/". When writing, the writer routine looks for this syntax (if "SetResourceName" is defined), and and uses the embedded name to set the name of the new resource. This allows the resource names to be preserved when copying Photoshop information via user-defined 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. REFERENCES
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/irb_jpeg_qual.html> <http://www.fileformat.info/format/psd/egff.htm> <http://libpsd.graphest.com/files/Photoshop%20File%20Formats.pdf> SEE ALSO
"Photoshop Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm), Image::MetaData::JPEG(3pm) perl v5.12.1 2010-02-17 Image::ExifTool::Photoshop(3)
Man Page