
Thread
2008.08.21 12:50 "[Tiff] where find the last fixes on tiff2pdf ?", by JMB
Hello,
I am using the 3.8.2_1 libtiff version and I saw that some fixes below have been released since this version.
Where can I find the last revision?
Thanks in advance
Best regards
Jean-Marc
On http://changelogs.ubuntu.com/changelogs/pool/main/t/tiff/tiff_3.8.2-6/change log:
- tiff (3.8.2-5) unstable; urgency=low
- * Fix logic error that caused -q flag to be ignored when doing jpeg
- compression with tiff2pdf. (Closes: #373102)
On http://www.asmail.be/msg0055262408.html:
2007.10.04 21:34 "Re: Pink pages with tiff2pdf -j", by Frank Warmerdam
Grissom, Ed wrote:
> The tiff2pdf "-j" option creates JPEG data inside the PDF.
>
> Mistaking RGB for YCbCr or vice-versa in JPEG compression typically > shows up as pink and green images (which is what we are seeing here).
>
> Does this ping anyone's memory about recent changes?
Folks,
tiff2pdf.c has seen quite a few fixes in the last couple years. It is likely
this is already fixed. The following looks most promising out of the cvs log:
revision 1.40
date: 2007/07/03 15:47:05; author: dron; state: Exp; lines: +523 -510
Fix for TIFFTAG_JPEGTABLES tag fetching and significant upgrade of the whole utility as per bug <http://bugzilla.remotesensing.org/show_bug.cgi?id=1560> http://bugzilla.remotesensing.org/show_bug.cgi?id=1560 Now we don't need tiffiop.h in tiff2pdf anymore and will open output PDF file
using TIFFClientOpen() machinery as it is implemented by Leon Bottou.
Amicalement,
Jean-Marc