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.02 08:42 "order of writed data in TIFF file", by <poom@kosugi-msoft.jp>
2004.09.02 13:52 "Re: order of writed data in TIFF file", by Frank Warmerdam
2004.09.03 00:20 "Re: order of writed data in TIFF file", by <poom@kosugi-msoft.jp>

2004.09.02 08:42 "order of writed data in TIFF file", by <poom@kosugi-msoft.jp>

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