<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I’m assuming you’re using MapServer 6.x… If so then your output format may be the issue. GD doesn’t support 24-bit output, just 8-bit. Try deleting the OUTPUTFORMAT<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">and setting IMAGETYPE PNG24 and see if that works.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Steve<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> José Pedro Santos [mailto:zpsantos1@hotmail.com]
<br>
<b>Sent:</b> Friday, December 07, 2012 8:36 AM<br>
<b>To:</b> Lime, Steve D (DNR); mapserver-users@lists.osgeo.org<br>
<b>Subject:</b> RE: [mapserver-users] MapServer and 24bit Images<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">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>
<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">> From:
<a href="mailto:Steve.Lime@state.mn.us">Steve.Lime@state.mn.us</a><br>
> To: <a href="mailto:zpsantos1@hotmail.com">zpsantos1@hotmail.com</a>; <a href="mailto:mapserver-users@lists.osgeo.org">
mapserver-users@lists.osgeo.org</a><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: <a href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a> [<a href="mailto:mapserver-users-bounces@lists.osgeo.org">mailto:mapserver-users-bounces@lists.osgeo.org</a>] On Behalf Of Saint<br>
> Sent: Monday, December 03, 2012 10:06 AM<br>
> To: <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><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: <a href="http://osgeo-org.1560.n6.nabble.com/MapServer-and-24bit-Images-tp5020409.html">
http://osgeo-org.1560.n6.nabble.com/MapServer-and-24bit-Images-tp5020409.html</a><br>
> Sent from the Mapserver - User mailing list archive at Nabble.com.<br>
> _______________________________________________<br>
> mapserver-users mailing list<br>
> <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><o:p></o:p></span></p>
</div>
</div>
</div>
</body>
</html>