| 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 |
Thread2006.08.11 05:17 "EPS Tiff Preview.", by Amit GuptaHello,
I am using QuarkXPress on Macintosh to generate EPS Files with Tiff Preview
embedded in it.
I have written some C code to extract Tiff Preview from EPS files generated
which works pretty well.
I want do some image manipulation on the extracted tiff images, for which I
intend to use LibTiff on Macintosh.
The problem right now I am facing is that LibTiff api TIFFOpen returns a
NULL pointer when used with tiff images extracted from
EPS files, whereas it returns a valid pointer for normal Tiff images.
Sample code snippet :
TIFF* ptrTiff = TIFFOpen("TiffPreview.tif", "rb");
...
...
If(ptrTiff)
TIFFClose(ptrTiff);
Is there any difference between a normal Tiff Image and Tiff Preview Image
Extracted from EPS.
Thanks in Advance !!
Regards,
- Amit Gupta
Technical Consultant
Appulse Ltd.
|
|||||||