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

2004.09.27 11:34 "[Tiff] 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