<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'>
Dear all,<br><br>I try do change like Jeff propose but I can't succeed..I get always the following error: <br><br>&lt;ServiceExceptionReport version="1.1.1"&gt;&lt;ServiceException&gt;<br>msDrawMap(): Image handling error. Failed to draw layer named 'fapartest'.<br>drawGDAL(): Unable to access file. Attempt to classify 24bit image, this is unsupported.<br>&lt;/ServiceException&gt;&lt;/ServiceExceptionReport&gt;<br><br><b>With this link</b>: http://localhost/cgi-bin/mapserv?map=/var/www/africarastercrt.map&amp;VERSION=1.1.1&amp;Request=GetMap&amp;LAYERS=fapartest&amp;STYLES=&amp;SRS=EPSG:4326&amp;BBOX=-26.0057,-34.8229,60.0032,38.0053&amp;WIDTH=700&amp;HEIGHT=500&amp;FORMAT=image/png;mode=24bit<br><br>But I make some tests and I don't think that is OUTPUTFORMAT that have the error. I have on the LAYER section this parameter: PROCESSING "BANDS=1,2,3 <br>because my image is a RGB image (0 - 255) but when I put only one band or two bands the result is the color from the first band (like explain on the raster data access) but only the color and not the layer. I have the outformat and the class parameter like this: <br><br>OUTPUTFORMAT # Parameter Output<br>&nbsp;NAME png24<br>&nbsp;DRIVER "AGG/PNG"<br>&nbsp;MIMETYPE "image/png;mode=24bit"<br>&nbsp;EXTENSION PNG<br>&nbsp;IMAGEMODE RGB<br>END # end of parameter Output<br><br><br>CLASS<br>&nbsp; NAME "near white"<br>&nbsp; EXPRESSION ([red] &gt; 200 AND [green] &gt; 200 AND [blue] &gt; 200)<br>&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp; COLOR 0 0 255<br>END # end parameter style<br>END # end parameter class<br><br>I working with this since a long time and I don't understand why.. Also I have another raster image with just one band and works fine...any ideas/suggestions??<br><br>Best Regards and thanks,<br>José Santos<br><br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Fri, 23 Nov 2012 15:43:24 -0400<br>&gt; From: jmckenna@gatewaygeomatics.com<br>&gt; To: ms4w-users@lists.maptools.org<br>&gt; Subject: Re: [MS4W-Users] Image 24 Bit<br>&gt; <br>&gt; Jose, see response below from Mike.<br>&gt; <br>&gt; (I also regularly use AGG/PNG for 24bit, as that was my first response<br>&gt; earlier...sorry just trying to debug for Jose..hard for me without the<br>&gt; data in my hands)<br>&gt; <br>&gt; -jeff<br>&gt; <br>&gt; <br>&gt; <br>&gt; On 12-11-23 3:37 PM, Smith, Michael ERDC-RDE-CRREL-NH wrote:<br>&gt; &gt; Jeff,<br>&gt; &gt; <br>&gt; &gt; That¹s only for reading imagery.<br>&gt; &gt; <br>&gt; &gt; AGG/PNG renderer will certainly do 24 bit output. I use (in cgi mode)<br>&gt; &gt; map_imagetype=png24,<br>&gt; &gt; <br>&gt; &gt; For a wms image request, one should use format=image/png;mode=24bit<br>&gt; &gt; <br>&gt; &gt; Mike<br>&gt; &gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Jeff McKenna<br>&gt; MapServer Consulting and Training Services<br>&gt; http://www.gatewaygeomatics.com/<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; MS4W-Users mailing list<br>&gt; MS4W-Users@lists.maptools.org<br>&gt; http://lists.maptools.org/mailman/listinfo/ms4w-users<br></div>                                               </div></body>
</html>