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
April 2009

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

2009.04.06 15:35 "Writing tiff to in-memory buffer", by Christian Henning
2009.04.06 16:30 "Re: Writing tiff to in-memory buffer", by Bob Friesenhahn
2009.04.06 18:10 "Re: Writing tiff to in-memory buffer", by Christian Henning
2009.04.06 18:45 "Re: Writing tiff to in-memory buffer", by Bob Friesenhahn
2009.04.07 13:44 "Re: Writing tiff to in-memory buffer", by Christian Henning
2009.04.07 14:13 "Re: Writing tiff to in-memory buffer", by Edward Lam
2009.04.07 15:35 "Re: Writing tiff to in-memory buffer", by Bob Friesenhahn
2009.04.07 15:56 "Re: Writing tiff to in-memory buffer", by Christian Henning

2009.04.07 15:56 "Re: Writing tiff to in-memory buffer", by Christian Henning

> Without thoroughly analyzing the code, (and making a WAG) I get the
> impression that libtiff reads back the header it just wrote to obtain the
> actual endianness of the data and the TIFF subformat.

Yes, it was a WAG. Obviously. FYI, the read_proc is called before the
write_proc. Though, I don't think libtiff is trying to get the
endianness.

FWIW, I'm fine with the current solution.

Thank you all for your insight.

Christian