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
September 2004

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

2004.09.14 13:50 "Removing reduced resolution pages", by Han The Man
2004.09.15 10:10 "Re: Removing reduced resolution pages", by Gerben Vos
2004.09.15 15:17 "Re: Removing reduced resolution pages", by Han The Man
2004.09.15 17:51 "Re: Removing reduced resolution pages", by Andrey Kiselev
2004.09.15 23:00 "Re: Removing reduced resolution pages", by Frank Warmerdam
2004.09.15 23:24 "Re: Removing reduced resolution pages", by Han The Man

2004.09.15 23:24 "Re: Removing reduced resolution pages", by Han The Man

> 0x03 means the file has the FILETYPE_REDUCEDIMAGE *and* the FILETYPE_PAGE
> flags set for the subtype.  This suggests that some of the IFDs in the file
> will be additional pages, and some will be reduced resolution versions
> (presumably of the preceeding non-reduced resolution image).

Thanks... it's just a logical OR-ing of subtypes. Makes sense.