AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2009

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2009.07.09 13:17 "TIFFTAG_RICHTIFFIPTC definition", by Ian Ashley
2009.07.09 14:37 "Re: TIFFTAG_RICHTIFFIPTC definition", by Joris Van Damme
2009.07.10 14:59 "Re: TIFFTAG_RICHTIFFIPTC definition", by Gary Mcgath
2009.07.14 17:47 "Re: TIFFTAG_RICHTIFFIPTC definition", by Phil Harvey
2009.07.14 19:12 "Re: TIFFTAG_RICHTIFFIPTC definition", by Chris Cox
2009.07.14 17:56 "Re: TIFFTAG_RICHTIFFIPTC definition", by Phil Harvey

2009.07.14 19:12 "Re: TIFFTAG_RICHTIFFIPTC definition", by Chris Cox

Photoshop also looks for incorrectly byte swapped data in that tag, and
ignores the format value otherwise.

Chris



On 7/14/09 10:47 AM, "Phil Harvey" <phil@owl.phy.queensu.ca> wrote:

I agree that LONG is the wrong format for this information, but you
do run into compatibility issues if you use another format.  I
tried.  I know first hand that the Nikon Capture software barfs when
the IPTC is written with as UNDEFINED.

Photoshop set the standard, and all other software has come to expect
IPTC in LONG format.  I have seen it incorrectly byte swapped by an
application (once), and for this reason I have put in an explicit
test in my software to handle this case.

- Phil