<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi Steve, <br><br>Thanks for the information. Basically I want only to display the layer (as WMS service) in the browser for testing or a real client. The layer have 3 bands and is a 24bit image<br><br>My MAPFILE is this one(OUTPUTFORMAT and LAYER parameters):<br><br>OUTPUTFORMAT # Parameter Outputformat<br> NAME png24<br> DRIVER "GD/PNG"<br> MIMETYPE "image/png;mode=24bit"<br> EXTENSION PNG<br> IMAGEMODE RGB<br>END # End parameter Outputformat<br><br>LAYER # beginning of the layer parameter<br> NAME "fapartest"<br> TYPE RASTER<br> STATUS ON<br> DATA "PG:host=localhost port=5432 dbname='mydb' user='postgres' password='****' schema='public' table='mytable' mode='2'"<br> PROCESSING "NODATA=0"<br> PROCESSING "SCALE=AUTO"<br> PROCESSING "BANDS=1,2,3"<br>.........<br><br>I don't have class parameter since I don't want to classify the map just visualize the information. Any idea?<br><br>Best Regards and thanks,<br><br>José Santos <br><br><br><br><div><div id="SkyDrivePlaceholder"></div>> From: Steve.Lime@state.mn.us<br>> To: zpsantos1@hotmail.com; mapserver-users@lists.osgeo.org<br>> Subject: RE: [mapserver-users] MapServer and 24bit Images<br>> Date: Tue, 4 Dec 2012 19:26:01 +0000<br>> <br>> I display true-color imagery all the time. I suspect that's not what you're trying to do though. You'll have to be more specific on format, perhaps post a layer definition?<br>> <br>> Steve<br>> <br>> -----Original Message-----<br>> From: mapserver-users-bounces@lists.osgeo.org [mailto:mapserver-users-bounces@lists.osgeo.org] On Behalf Of Saint<br>> Sent: Monday, December 03, 2012 10:06 AM<br>> To: mapserver-users@lists.osgeo.org<br>> Subject: [mapserver-users] MapServer and 24bit Images<br>> <br>> Dear all, <br>> <br>> I would like to have this confirmation, MapServer support 24bit image with 3 bands? I have one 24bit image 1 band and I can see in the browser but the other with 3 bands I can't. Only appear the the outline line of the class e not the image. <br>> <br>> Many thanks<br>> José Santos  <br>> <br>> <br>> <br>> -----<br>> José Santos<br>> GIS Analyst<br>> --<br>> View this message in context: http://osgeo-org.1560.n6.nabble.com/MapServer-and-24bit-Images-tp5020409.html<br>> Sent from the Mapserver - User mailing list archive at Nabble.com.<br>> _______________________________________________<br>> mapserver-users mailing list<br>> mapserver-users@lists.osgeo.org<br>> http://lists.osgeo.org/mailman/listinfo/mapserver-users<br></div>                                         </div></body>
</html>