[mapserver-users] mapcache compression

2013-11-04 Thread stephane
Hi all, is there a way to completely disable the compression at the generation of png files using the seeder? Thanks in advance. -- Stéphane Cyr Conseiller en géo-informatique Ministère de la Sécurité publique | Service infrastructure réseau + (418) 646-6777 30004 twitter : twitter.com/geomsp

Re: [mapserver-users] mapcache compression

2013-11-04 Thread thomas bonfort
not sure if that's what you mean, but the example PNG_FAST (https://github.com/mapserver/mapcache/blob/branch-1-2/mapcache.xml.sample#L448) format will apply minimal zlib png compression. -- thomas On 4 November 2013 14:22, stephane stephane@msp.gouv.qc.ca wrote: Hi all, is there a way to

Re: [mapserver-users] mapcache compression

2013-11-04 Thread thomas bonfort
if you want to disable compression *completely*, my hunch is you will get noticeably poorer performance than with fast zlib compression, unless you have very fast storage *and* a very slow cpu. I'd be interested in any benchmark results if you were to run any. -- thomas On 4 November 2013 14:41,