Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

image::exiftool::photoshop(3pm) [debian 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)

Check Out this Related Man Page

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

NAME
Image::ExifTool::CanonRaw - Read Canon RAW (CRW) meta information SYNOPSIS
This module is loaded automatically by Image::ExifTool when required. DESCRIPTION
This module contains definitions required by Image::ExifTool to interpret meta information from Canon CRW raw files. These files are written directly by some Canon cameras, and contain meta information similar to that found in the EXIF Canon maker notes. NOTES
The CR2 format written by some Canon cameras is very different the CRW format processed by this module. (CR2 is TIFF-based and uses standard EXIF 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.cybercom.net/~dcoffin/dcraw/> <http://www.wonderland.org/crw/> <http://xyrion.org/ciff/> <http://owl.phy.queensu.ca/~phil/exiftool/canon_raw.html> ACKNOWLEDGEMENTS
Thanks to Dave Nicholson for decoding a number of new tags. SEE ALSO
"CanonRaw Tags" in Image::ExifTool::TagNames, Image::ExifTool::Canon(3pm), Image::ExifTool(3pm) perl v5.12.4 2011-01-03 Image::ExifTool::CanonRaw(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Replacing strings in csv file.

Hi, I have a problem.. 1) I have a file that contains the lines as below : VRF-TM_DummyLab/mse02.lab,mse02.lab,ge-2/0/7.222 VRF-EMS_HUAWEI_MSAN_208/mse01.lab,mse01.lab,xe-1/0/0.208 2) I need a method to read this file, line by line from :... (5 Replies)
Discussion started by: msafwan82
5 Replies

2. Shell Programming and Scripting

help while looping simple noobie

hi guys i have linked my lab 15. i have no idea where to start i dont understand whats it asking me. about the screen shot part!.. if someone can take a quick look and help me out with this unix lab that would be great.. i have did the Required Errorlevels Errorlevel #Event Information ... (1 Reply)
Discussion started by: beerpong1
1 Replies

3. Homework & Coursework Questions

shell scripting while loop lab 15 help

hi.. this is shell scripting lab15.sh i dont understand this lab i am at the screen shot part. i was wondering if someone can take a quick look at this lab i have linked the doc below. i dont know where to start i have did the Required Errorlevels Errorlevel # but dont... (1 Reply)
Discussion started by: beerpong1
1 Replies

4. Programming

Where are the library function definitions located?

Hi friends, I hope everyone is doing fine. I have this confusion, hope you can help me out with it. The header files contain only function prototypes. Where are the function definitions located. For example, if I would like to see how printf works, where can I see its definition, stdio.h only... (2 Replies)
Discussion started by: gabam
2 Replies