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
November 2000

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

2000.11.20 00:11 "Reading other formats beside RGBA", by Gerrard Jenner
2000.11.20 02:54 "Re: Reading other formats beside RGBA", by Joris Van Damme
2000.11.20 06:19 "Re: Reading other formats beside RGBA", by Peter Montgomery

2000.11.20 02:54 "Re: Reading other formats beside RGBA", by Joris Van Damme

Gerrard Jenner wrote:
> Is there a TIFFGetR/G/B/A equivalant for a single byte

The RGBA level is an extremely high, and, as you noticed, extremely
wastefull level. In fact, in my opinion it shouldn't even exist. If you
want to deal with the data in a more appropriate way, you'll have to
drop down the lower level. This means handling scanlines/strips and
tiles (and, if you also want to deal with downsampled ycbcr, encoded
strips). The help that comes with LibTiff includes info on that.

My advice is to forget about RGBA.


Joris