1997.01.08 22:25 "libtiff to write EPS preview", by Chuck Packard

1997.01.09 17:26 "libtiff to write EPS preview -Reply", by dprab@GEIOHIO.COM

HI

I've used the TIFF library successfully to write EPS with TIFF preview. First write out the 30 byte header leaving the TIFF position and size blank. Write out the EPS and close the file. Now open the file again with the TIFF library and start writing the TIFF at the end of the file. Record the start position and end position of the TIFF to fill into the 30 byte header. You might have to make some changes with the TIFF library and using the 'a' option when opening the file.

Deepa