[ https://issues.apache.org/jira/browse/PDFBOX-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16369371#comment-16369371 ]
ASF subversion and git services commented on PDFBOX-2917: --------------------------------------------------------- Commit 1824794 from [~tilman] in branch 'pdfbox/branches/2.0' [ https://svn.apache.org/r1824794 ] PDFBOX-2917, PDFBOX-4114: fix icc profile that has the wrong display class as done in twelvemonkeys and suggested by Michael Vakulich > PDF to Image, faint/dim Images > ------------------------------ > > Key: PDFBOX-2917 > URL: https://issues.apache.org/jira/browse/PDFBOX-2917 > Project: PDFBox > Issue Type: Bug > Affects Versions: 2.0.0 > Environment: Windows 8.1, jdk1.8.0_51, jre1.8.0_51 > Reporter: Samuil Goranov > Priority: Trivial > Labels: images, newbie > Attachments: PDFBOX-2917-v2.patch, > PDFBOX-2917__Use_linear_RGB_for_image_color_conversion_to_workaround_JDK_bug.patch, > saved0.png, screenshot-1.png, selection.pdf > > > {code:title=pdftoimage.java|borderStyle=solid} > PDDocument document = null; > File file = new File("F:\\Projects\\java\\pdfbox\\complete.pdf"); > document = PDDocument.load( file ); > try { > // retrieve image > BufferedImage bi = new PDFRenderer(document).renderImageWithDPI( > 0 , 150, ImageType.RGB ); > File outputfile = new File("saved0.png"); > ImageIO.write(bi, "png", outputfile); > } catch (IOException e) { > } > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org