Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Image::ExifTool::WritePhotoshop.pl - Write Photoshop IRB meta information SYNOPSIS
This file is autoloaded by Image::ExifTool::Photoshop. DESCRIPTION
This file contains routines to write Photoshop metadata. NOTES
Photoshop IRB blocks may have an associated resource name. By default, the existing name is preserved when rewriting a resource, and an empty name is used when creating a new resource. However, a different resource name may be specified by defining a "SetResourceName" entry in the tag information hash. With this defined, a new resource name may be appended to the value in the form "VALUE/#NAME#/" (the slashes and hashes are literal). If "SetResourceName" is anything other than '1', the value is used as a default resource name, and applied if no appended name is provided. 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::Photoshop(3pm), Image::ExifTool(3pm) perl v5.12.4 2011-01-03 Image::ExifTool::WritePhotoshop(3pm)

Check Out this Related Man Page

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

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-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.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.4 2011-01-25 Image::ExifTool::Photoshop(3pm)
Man Page