[Poppler-bugs] [Bug 32027] New: patch to add tiff support to pdftoppm

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 1 13:18:27 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32027

           Summary: patch to add tiff support to pdftoppm
           Product: poppler
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: splash backend
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: williambader at hotmail.com
                CC: williambader at hotmail.com


Created an attachment (id=40717)
 View: https://bugs.freedesktop.org/attachment.cgi?id=40717
 Review: https://bugs.freedesktop.org/review?bug=32027&attachment=40717

patch to add tiff support to pdftoppm

This patch adds TIFF support to pdftoppm.  It adds a -tiff command line
parameter to generate a TIFF file and an optional -tiffcompression parameter to
specify the TIFF compression type.
The patch creates a TiffWriter subclass of ImgWriter that calls libtiff.
configure.ac checks for the presence of libtiff and has a --disable-libtiff
flag to disable TIFF support.
After applying these patches, you need to run autogen.sh and then a normal make
will work.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list