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
June 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.06.14 13:24 "Tiff 16 bit and 32 bit images", by Keshab Neupane
2009.06.14 16:50 "Re: Tiff 16 bit and 32 bit images", by Kai-uwe Behrmann
2009.06.14 23:11 "Re: Tiff 16 bit and 32 bit images", by Keshab Neupane
2009.06.14 23:48 "Re: Tiff 16 bit and 32 bit images", by Bob Friesenhahn
2009.06.15 00:00 "Re: Tiff 16 bit and 32 bit images", by Scott Ribe
2009.06.15 06:17 "Re: Tiff 16 bit and 32 bit images", by Joris Van Damme
2009.06.15 16:57 "Re: Tiff 16 bit and 32 bit images", by Chris Cox

2009.06.15 06:17 "Re: Tiff 16 bit and 32 bit images", by Joris Van Damme

Keshab,

> What are the possible tiff image formats available/theoretically possible 
> ?

TIFF is a format where different properties multiply, i.e. the overall model 
is that everything freely combines with everything (except for some logical 
limitations, like you can't have JPEG compression combined with 1 bits per 
sample data simply because that particular compression mode doesn't define 
this). In other words, there are different steps you have to think of, but 
you need to think of them one by one and they need to work without depenency 
or any direct coupling to particulars of other steps. In other words, you 
have to stop thinking about TIFF as a fixed limited sets of possibilities, 
as that's the way you end up with a impossible to accomodate number of 
options. Rather, you need to think of each separate property as having a 
fixed limited set of possibilities, and then make your code freely combine 
these. Think 'multiplication' of options, not 'addition'.


Best regards,

Joris