1Image::ExifTool::PhotosUhsoepr(3C)ontributed Perl DocumeInmtaagtei:o:nExifTool::Photoshop(3)
2
3
4
6 Image::ExifTool::Photoshop - Read/write Photoshop IRB meta information
7
9 This module is loaded automatically by Image::ExifTool when required.
10
12 Photoshop writes its own format of meta information called a Photoshop
13 IRB resource which is located in the APP13 record of JPEG files. This
14 module contains the definitions to read this information.
15
17 Photoshop IRB blocks may have an associated resource name. These names
18 are usually just an empty string, but if not empty they are displayed
19 in the verbose level 2 (or greater) output. A special
20 "SetResourceName" flag may be set to '1' in the tag information hash to
21 cause the resource name to be appended to the value when extracted. If
22 this is done, the returned value has the form "VALUE/#NAME#/". When
23 writing, the writer routine looks for this syntax (if "SetResourceName"
24 is defined), and and uses the embedded name to set the name of the new
25 resource. This allows the resource names to be preserved when copying
26 Photoshop information via user-defined tags.
27
29 Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
30
31 This library is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
35 <http://www.fine-view.com/jp/lab/doc/ps6ffspecsv2.pdf>
36 <http://www.ozhiker.com/electronics/pjmt/jpeg_info/irb_jpeg_qual.html>
37 <http://www.fileformat.info/format/psd/egff.htm>
38 <http://libpsd.graphest.com/files/Photoshop%20File%20Formats.pdf>
39 <http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/>
40
42 "Photoshop Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm),
43 Image::MetaData::JPEG(3pm)
44
45
46
47perl v5.32.1 2021-04-26 Image::ExifTool::Photoshop(3)