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
March 2006

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

2006.03.01 08:08 "tiff2pdf Bug?", by <simon.kaempflein@rowe.de>
2006.03.01 23:28 "Re: tiff2pdf Bug?", by Ross A Finlayson

2006.03.01 08:08 "tiff2pdf Bug?", by <simon.kaempflein@rowe.de>

Hello,

i had problems converting the this TIFF (JPEG strips) in a PDF with 
tiff2pdf (from libtiff 3.7.2):
https://saftis.ath.cx/~simon/public/scan.tif
Acrobat doesn't display anything, kpdf shows the image up to the second 
strip. It seems that the SOI of the embedded JPEG is absent and the JPEG 
strips are not connected correctly in the PDF.
I hacked a little bit around in tiff2pdf.c and after that it worked for 
that image. But I don't know where the real cause of that problem is.
https://saftis.ath.cx/~simon/public/tiff2pdf.diff

Simon