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
January 1997

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

1997.01.09 17:26 "libtiff to write EPS preview -Reply", by <dprab@geiohio.com>
1997.01.10 23:28 "Re: libtiff to write EPS preview", by Niles Ritter
1997.01.11 02:04 "Re: libtiff to write EPS preview", by Phillip Crews

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