Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Image::ExifTool::WritePostScript.pl - Write PostScript meta information SYNOPSIS
This file is autoloaded by Image::ExifTool::PostScript. DESCRIPTION
This file contains routines to write meta information in PostScript documents. Six forms of meta information may be written: 1) PostScript comments (Adobe DSC specification) 2) XMP information embedded in a document-level XMP stream 3) EXIF information embedded in a Photoshop record 4) IPTC information embedded in a PhotoShop record 5) ICC_Profile information embedded in an ICCProfile record 6) TIFF information embedded in DOS-style binary header NOTES
Currently, information is written only in the outer-level document. Photoshop will discard meta information in a PostScript document if it has to rasterize the image, and it will rasterize anything that doesn't contain the Photoshop-specific 'ImageData' tag. So don't expect Photoshop to read any meta information added to EPS images that it didn't create. The following two acronyms may be confusing since they are so similar and have different meanings with respect to PostScript documents: DSC = Document Structuring Conventions DCS = Desktop Color Separation REFERENCES
See references in PostScript.pm, plus: <http://www.adobe.com/products/postscript/pdfs/PLRM.pdf> http://www-cdf.fnal.gov/offline/PostScript/PLRM2.pdf <http://www-cdf.fnal.gov/offline/PostScript/PLRM2.pdf> <http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/pdf_creation_apis_and_specs/pdfmarkReference.pdf> ACKNOWLEDGEMENTS
Thanks to Tim Kordick for his help testing the EPS writer. 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. SEE ALSO
Image::ExifTool::PostScript(3pm), Image::ExifTool(3pm) perl v5.12.4 2011-01-03 Image::ExifTool::WritePostScript(3pm)

Check Out this Related 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)
Man Page