2004.09.02 08:42 "[Tiff] order of writed data in TIFF file", by Poom

2004.09.02 08:42 "[Tiff] order of writed data in TIFF file", by Poom

Hi,

I used libtiff to create TIFF file.First,I used TIFFSetField to set a value of tag and then write image data to file with command "TIFFWriteScanline" .At last close file with "TIFFClose".

When I check my TIFF file ,I found that IFD part is wrote under image data ,but when I look at TIFF file from photoshop,IFD is come after IFH.

I suspect why my TIFF file has been come like this. If anyone know about this result,suggest me please.

Thank you for advance,

poom