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.27 11:34 "Finding data in memory", by Bjoern Schorre
2004.09.28 05:09 "Re: Finding data in memory", by Andrey Kiselev

2004.09.27 11:34 "Finding data in memory", by Bjoern Schorre

Hi,

How can find my tiff-data in memory.

I passed the command *TIFFReadScanline* the TIFF-File, the buffer where to
store the data, the row-number and the sample. Now, I tried to access the
data in the memory but I can't see anything.

The buffer is from type tdata_t (typedef void*). I cast the pointer to a
DWORD and tried to print out the content of the memory the pointer signs to.

Another question is: How are the data writen in the memory. Do i have to
flip or switch the BYTEs or WORDs in the DWORD?


THX
Bjoern