Hi!<br><br>I have a problem with the quality of a wms image that I serve with my mapserver application. <br><br>I have a mapfile with 4 layers, one of these one's is a wms layer that serves aerial photographs. If  I don't change anything in the .map the polygon layers look cool but the wms looks terrible, if I add:<br>

<br><span></span>OUTPUTFORMAT<br>  NAME jpeg<br>  DRIVER "GD/JPEG"<br>  MIMETYPE "image/jpeg"<br>  IMAGEMODE RGB<br>  EXTENSION "jpg"<br>   FORMATOPTION "QUALITY=100"<br>
END<br><br>the wms looks cool an the others look terrible. How can I do to solve the problem? <br><br>thanks!<br><br>Marta<br>