Andrea,
I have tried on two different systems with the same pixelated results:
1) Linux (CentOS), Java 1.6 (with JAI), GS 1.6 b1, Tomcat 5.5
2) Win2kPro, Java 1.6 (no JAI), GS 1.6 b3 and a recent nightly, Jetty 6.0.2
WMS rendering is the same in both cases:
SVG - Batik and Antialias
Interpolation - Bilinear
The settings for the coverage are also the same:
SRS: EPSG:2913
Envelope: 7650628,672226,7651303,672896
Is there any other information that might be helpful?
Thanks,
Nathan
P.S. This thread originally started earlier and wandered offline. Sorry.
http://www.nabble.com/Raster-image-quality-problem-tf4576902.html
-----Original Message-----
From: Andrea Aime [mailto:aaime@anonymised.com]
Sent: Thursday, October 25, 2007 12:51 AM
To: Banks, Nathan
Cc: Chris Holmes
Subject: Re: Raster image quality problem
Banks, Nathan ha scritto:
I've installed the latest nightly but am still seeing the same
problems. JAI is not installed separately ( I thought it was included
as part of Geoserver - do I need to do something to specifically use
it?)
JAI is made up of a pure java part and a native part. It may work
with the pure java part only, but in this case it's not set for
optimal performance (for example, png encoding is slower).
Theoretically it should be only a performance thing, but in fact
on my PC I do have the native part installed as well and it's the
only difference I can think about.
In fact I also tried out running GeoServer with a jdk that does
not have the native JAI installed and I get the same (good) results
so I'm a little out of luck here...
What operating system, jdk and web container are you running onto?
Also, can we keep these mails public? Other users may have an insight,
or other developers could.
Ah, finally, to install native jai we should have a guide here:
http://docs.codehaus.org/display/GEOSDOC/Dealing+with+native+JAI
(that is, I hope the guide is still there because codehaus has been
mostly unreachable for me during the last two days).
Cheers
Andrea