Photoshop Print Flags Decoded

Started by blue-j, July 27, 2022, 05:37:17 PM

Previous topic - Next topic

blue-j

0x03f3         photoshop:printflags

Is a string of nine boolean values, eg. 1 1 0 1 1 1 0 1 1

Labels
Corner Crop Marks
Color Bars (deprecated)
Registration Marks
Negative
Emulsion Down
Interpolate (deprecated)
Description
Print Flags

Center Crop Marks in the UI (attached) does not affect this tag's values at all.

Note that "Description" is actually populated by  xmp:xmp-dc:description     iptc:caption-abstract

Ok!  I'm gonna keep going on unknown Photoshop tags that are useful.

- J

blue-j

Phil, were you aiming to parse this at some point, or should we do it upstream?

- J

Phil Harvey

Thanks.  This decoding will be added to ExifTool 12.49, but for now this tag will remain marked as Unknown.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

blue-j

Hey Phil,

Looks like a raccoon got in to 12.49:

exiftool -u -photoshop:printflags filename.psd
Print Flags                     : Print flags

:p

-J

Phil Harvey

Nope.  That is correct, and is what you get if only the last bit is set.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

blue-j