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 17:56 "Re: TIFFTAG_RICHTIFFIPTC definition", by Phil Harvey

On 9-Jul-09, at 1:00 PM, Joris Van Damme wrote:
> My humble advice when it comes to writing is using the datatype  
> TIFF_BYTE or
> TIFF_UNDEFINED. The latter is probably the most 'correct' as it  
> literaly
> signifies that the data is of mixed type and byte order and widths  
> of data
> members is defined outside the scope of TIFF. The datatype  
> TIFF_BYTE can be
> used as amounting to the same thing, though, mostly.

I must comment on this.  TIFF_BYTE is VERY different from  
TIFF_UNDEFINED, and the two should not be interchanged.  There are  
many cases where TIFF_BYTE is used incorrectly.  It should NEVER be  
used in mixed data records.  In the C language there might not be  
much difference between an array of bytes and a block of undefined  
data, but trust me -- they have very different representations in  
some other languages!

- Phil