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
August 2006

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

2006.08.24 07:29 "IPTC tag", by Joris Van Damme
2006.08.24 17:45 "Re: IPTC tag", by Phil Harvey
2006.08.25 13:30 "Re: IPTC tag", by Joris Van Damme
2006.08.25 17:37 "Re: IPTC tag", by Phil Harvey
2006.08.25 18:30 "Re: IPTC tag", by Chris Cox
2006.08.29 17:39 "Re: IPTC tag", by Joris Van Damme
2006.08.25 18:43 "Re: IPTC tag", by Chris Cox
2006.08.24 21:34 "Re: IPTC tag", by Chris Cox
2006.08.25 11:15 "Re: IPTC tag", by Joris Van Damme
2006.08.25 15:36 "Re: IPTC tag", by Bob Friesenhahn
2006.08.25 15:56 "Re: IPTC tag", by Joris Van Damme
2006.08.25 18:50 "Re: IPTC tag", by Chris Cox
2006.08.29 15:47 "Re: IPTC tag", by Joris Van Damme

2006.08.24 17:45 "Re: IPTC tag", by Phil Harvey

My 2 cents:

I have found at least one utility (Nikon Capture) that won't read IPTC 
information unless the format LONG, and as you mentioned this is the 
way it is written by Adobe.  So I don't think any IPTC support would be 
very useful unless it reads and writes as LONG too.

Also, I don't see why you can't accept any data type too (SHORT, etc), 
and let the IPTC parser determine if it is valid IPTC or not.

For what it's worth, this sort of thing happens on a fairly regular 
basis in IFD-formatted makernote information.  If anyone eventually 
wants use libTIFF to read/write maker note information, it may be 
worthwhile to add the ability to read and write data in a specific 
format that is different from the format tag written in the IFD.  This 
is how ExifTool handles it, and this solves the problem of the strange 
IPTC data type.

- Phil