| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread1999.12.17 14:55 "Re: TIFF previews in EPS files", by Bjorn BroxFlemming Bengtsson wrote this:
>
> Hi all,
>
> Using Libtiff 3.5.3 on a PowerMac G4.
>
> Does anyone know how to read TIFF previews in EPS files ?
>
You will find the documentation in binary EPS files on the net.
It have a header with 4-byte (Little endian) values:
magic (0xC5D0D3C6)
PS_offset
PS_length
WMF_offset
WMF_length
TIFF_offset
TIFF_length
i.e, at byte position 20 you will find the position in the file where the
TIFF image file starts, and the size of it is at byte position 24
This should be enough to be able to access the TIFF.
--
Bjorn Brox, CORENA Norge AS, http://www.corena.no/, ICQ 17872043
Kirkegaardsvn. 45, P.O.Box 1024, N-3601 Kongsberg, NORWAY
Phone: +47 32287435, Fax: +47 32736877, Mobile: +47 92638590
|
|||||||