Jody Garnett ha scritto:
> Quick question for those who know more about JAI and ImageIO than me. We 
> have found that the native DLLs (from JAI or ImageIO) mess up our 
> ability to read certain PNG files.. (such as obtained from this WMS 
> http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?version=1.1.1&service=WMS&request=GetCapabilities).
> 
> Can anyone tell me how to avoid using native PNG support for the wms 
> plugin? Is there some hint I can set etc...

Yep, we noticed that in GeoServer as well, the native reader is quite
poor, that's why we disable it on startup with the following code:

ImageUtilities.allowNativeCodec("png", false, false);

Cheers
Andrea

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to