[kepler-dev] [Bug 4279] - FOP give image error on some systems (linux, windows so far)

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Aug 5 10:51:22 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4279


leinfelder at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from leinfelder at nceas.ucsb.edu  2009-08-05 10:51 -------
Turns out the JAI image reader for PNGs was the culprit. There's a Sun image
reader that is also registered, but the order was under-specified so sometimes
we'd get the good one and other times the bad one.
I've set the ordering to use the preferred image reader service first:

1) com.sun.imageio.plugins.png.PNGImageReader
2) com.sun.media.imageioimpl.plugins.png.CLibPNGImageReader


More information about the Kepler-dev mailing list