[ 
https://issues.apache.org/jira/browse/PDFBOX-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005418#comment-15005418
 ] 

Tilman Hausherr commented on PDFBOX-3030:
-----------------------------------------

We need some text about "rendering with JDK8":

Due to the change of the java color management module towards "LittleCMS", 
users can experience slow performance in color operations. Solution: disable 
LittleCMS in favour of the old KCMS (Kodak Color Management System):

start with

-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider

or call

System.setProperty("sun.java2d.cmm", "sun.java2d.cmm.kcms.KcmsServiceProvider");

sources:
http://www.subshell.com/en/subshell/blog/Wrong-Colors-in-Images-with-Java8-100.html
https://bugs.openjdk.java.net/browse/JDK-8041125


> Enhance documentation for PDFBox 2.0.0
> --------------------------------------
>
>                 Key: PDFBOX-3030
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3030
>             Project: PDFBox
>          Issue Type: Task
>          Components: Documentation
>    Affects Versions: 2.0.0
>            Reporter: Maruan Sahyoun
>            Assignee: Maruan Sahyoun
>         Attachments: TGH-16862c48-6b0b-410e-8fc6-b1d9f4418ecc.htm
>
>
> Task to track enhancements to the documentation or website as part of PDFBox 
> 2.0.0
> - update javadoc (current as of writing)
> - migration guide 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to