You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/10/11 01:31:34 UTC

[jira] [Updated] (PDFBOX-2258) Speed up SampledImageReader#getStencilImage()

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

John Hewson updated PDFBOX-2258:
--------------------------------
    Fix Version/s: 2.0.0

> Speed up SampledImageReader#getStencilImage()
> ---------------------------------------------
>
>                 Key: PDFBOX-2258
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2258
>             Project: PDFBox
>          Issue Type: Wish
>          Components: Rendering
>    Affects Versions: 2.0.0
>            Reporter: simon steiner
>             Fix For: 2.0.0
>
>
> PDF from PDFBOX-1437
> java -jar ~/pdfbox_th/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage AA.pdf
> org.apache.pdfbox.pdmodel.graphics.color.PDDeviceGray.toRGBImage()	31.69913	11,472 ms (31.7%)	11,472 ms
> org.apache.pdfbox.pdmodel.graphics.image.SampledImageReader.getStencilImage()	29.439924	10,654 ms (29.4%)	10,654 ms
> is there some alternative to
>         for (int y = 0; y < height; y++)
>         {
>             for (int x = 0; x < width; x++)
>             {
>                 op
>             }
>         }



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