You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2016/06/23 16:26:16 UTC

[jira] [Updated] (PDFBOX-3069) Add code for CCITT compression

     [ https://issues.apache.org/jira/browse/PDFBOX-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr updated PDFBOX-3069:
------------------------------------
    Affects Version/s: 2.1.0
                       2.0.2

> Add code for CCITT compression
> ------------------------------
>
>                 Key: PDFBOX-3069
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3069
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: PDModel
>    Affects Versions: 2.0.2, 2.1.0
>            Reporter: Christian Gawron
>            Assignee: Tilman Hausherr
>            Priority: Minor
>              Labels: ccitt, compression
>
> The class org.apache.pdfbox.pdmodel.graphics.image.CCITTFactory contains code to create a PDImageXObject from an existing TIFF file. Unlike the corresponding JPEGFactory it does *not* provide any code to create a PDImageXObject from a BufferedImage. The main reason is that pdfbox contains only code to decompress CCITT group 3/4 files, code for compression is missing.
> Based on the compression code in Apache Commons Imaging I implemented the missing method and I'm willing to contribute it.
> I can provide a patch, but I would need advise whether it's preferable to duplicate code from Apache Commons Imaging or to create a dependency on it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org