Bug 2442 - tiff2pdf renders pdf with severely degredaded images
: tiff2pdf renders pdf with severely degredaded images
Status: RESOLVED LATER
: libtiff
default
: unspecified
: PC Linux
: P2 enhancement
: ---
Assigned To:
:
:
: migrated_to_gitlab
:
:
  Show dependency treegraph
 
Reported: 2013-06-26 05:29 by
Modified: 2019-10-01 14:19 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2013-06-26 05:29:40
How to reproduce:

    wget http://www.edrawsoft.com/images/examples/TIFF-2.png
    convert TIFF-2.png TIFF.tiff
    tiff2pdf TIFF.tiff -o tiff.pdf
    $pdf_viewer tiff.pdf

For details see:
https://bugzilla.novell.com/show_bug.cgi?id=819142

Thanks
------- Comment #1 From 2013-06-26 05:31:19 -------
convert seems to use zip/Deflate by default, which seem to trigger the issue.
------- Comment #2 From 2013-06-26 05:33:22 -------
Changing compression to lzw, one gets better results:

    wget http://www.edrawsoft.com/images/examples/TIFF-2.png
    convert TIFF-2.png -compress lzw TIFF.tiff
    tiff2pdf TIFF.tiff -o tiff.pdf
    $pdf_viewer tiff.pdf
------- Comment #3 From 2013-06-26 06:06:31 -------
Tested with version 3.8.2 and version 4.0.3, both have same symptoms.
------- Comment #4 From 2019-10-01 14:19:58 -------
Bugzilla is no longer used for tracking libtiff issues. Remaining open tickets,
such as this one, have been migrated to the libtiff GitLab instance at
https://gitlab.com/libtiff/libtiff/issues .

The migrated tickets have their summary prefixed with [BZ#XXXX] where XXXX is
the initial Bugzilla issue number.