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
December 1999

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

1999.12.17 11:29 "TIFF previews in EPS files", by Flemming Bengtsson
1999.12.17 14:55 "Re: TIFF previews in EPS files", by Bjorn Brox
1999.12.17 15:54 "Re: TIFF previews in EPS files", by Dean Grimm

1999.12.17 14:55 "Re: TIFF previews in EPS files", by Bjorn Brox

Flemming 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