Luis,
On 6.2.2012 13:11, Luis Bernardo wrote:
follows the writeRGBTo() path instead of the previous
optimizedWriteTo() path. The end result is a 40% performance impact
for the PNG file I have been testing with when going from jdk1.6_13 to
a more recent one, like jdk1.6_30.
Any ideas on how to recover the previous performance (i.e., use the
optimizedWriteTo() path)?
Take a look at this thread:
http://www.mail-archive.com/[email protected]/msg13492.html
And this issue:
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149
I was able to recover performance by removing color profile information
from PNG.
-Ognjen