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 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.07.01 17:09 "StripOffsets to find the image data", by Penn Shan
2004.07.02 18:10 "Re: StripOffsets to find the image data", by Jim Schueckler

2004.07.01 17:09 "StripOffsets to find the image data", by Penn Shan

Hello, 

I have a question about using StripOffsets to find the
image data. For example, if StripOffsets field looks
like
(in Hex) 0111 0004 000000BC 000000B6
does it mean image data starts at 182? HEX(000000B6) =
DECIMAL(182)
When I use this formular to locate image data, the
first few pixels are incorrect. What I found is that
the image data starts 272 byte after 182. So I am not
sure exactly how to use StripOffsets to locate image
data. Is the formular more complicated than this?
Anyone has any idea?

Thank you,

Penn