<div dir="ltr"><div>Is it possible to support both 8 and 32 bit images for output image formats for WMS services.  I've tried a few configurations and I can't seem to get it to work.</div><div><br></div><div><br></div><div># services section</div><div>services:<br>   wms:<br>      srs: ['EPSG:3857','EPSG:4326','EPSG:4269' ]<br>      image_formats: ['image/jpeg','image/png','image/png8']<br>      featureinfo_types: [text, xml]<br></div><div><br></div><div># globals section</div><div>globals:<br>   image:<br>      resampling_method: bilinear<br>      # stretch_factor: 1.15<br>      paletted: false<br>      formats:<br>         image/png8:<br>            format: image/png8<br>            mode: P<br>            colors: 256<br>            transparent: true<br>         image/png:<br>            format: image/png<br>            mode: RGBA<br>            transparent: true<br>            resampling_method: bilinear<br></div></div>