2004.12.02 18:07 "[Tiff] Having problems adding IPTC to a TIFF", by Roland Rabien

2004.12.07 04:27 "Re: [Tiff] Having problems adding IPTC to a TIFF", by Chris Cox

  • The specification says that the IPTC data contains data of different bitsizes (byte, word, long, and undefined at the tag container level but anything on the IPTC tag level)

Which specification in particular are you using? IPTC NewsPhoto record is very old (early 90s) and last I checked (couple of years ago), it seemed that IPTC had pulled the spec for IPTC NewsPhoto as implemented for RichTIFF. I did find a bit of information at "http://home.earthlink.net/~ritter/tiff/richtiff.html". The last paragraph is most interesting. It seems that Photoshop has implemented IPTC NewsPhoto the way you don't like it and the author of the web page sees that as a bug. As we know, Photoshop is the dominant application in this market so it is quite influential.

Photoshop can read it with any tag type, but writes as type long for compatibility with some unspecified application (and the comment has been in there a long time).

I found a specification for RichTIFF (and something called "Solo JFIF") at http://www.mtwphoto.com/garganey/. The document provides quite a bit of history behind the format. The tag is described as being type BYTE:

Tag = 33723 (83BB hex) and 34152 (8568 hex)
Type = BYTE
N = length of IPTC data block in bytes

I haven't 34152 used anywhere, and Photoshop ignores that tag number.

Chris