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

NAME
Image::ExifTool::BuildTagLookup - Build ExifTool tag lookup tables DESCRIPTION
This module is used to generate the tag lookup tables in Image::ExifTool::TagLookup.pm and tag name documentation in Image::ExifTool::TagNames.pod, as well as HTML tag name documentation. It is used before each new ExifTool release to update the lookup tables and documentation, but it is not used otherwise. SYNOPSIS
use Image::ExifTool::BuildTagLookup; $builder = new Image::ExifTool::BuildTagLookup; $ok = $builder->WriteTagLookup('lib/Image/ExifTool/TagLookup.pm'); $ok = $builder->WriteTagNames('lib/Image/ExifTool/TagNames.pod','html'); MEMBER VARIABLES
PRESERVE_DATE Flag to preserve "Last revised" date in HTML files. Set before calling WriteTagNames(). COUNT Reference to hash containing counting statistics. Keys are the descriptions, and values are the numerical counts. Valid after BuildTagLookup object is created, but additional statistics are added by WriteTagNames(). 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(3pm), Image::ExifTool::TagLookup(3pm), Image::ExifTool::TagNames(3pm) perl v5.12.4 2011-05-26 Image::ExifTool::BuildTagLookup(3pm)
Man Page