<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'>
<br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Tue, 6 Nov 2012 11:59:51 -0400<br>&gt; From: jmckenna@gatewaygeomatics.com<br>&gt; To: ms4w-users@lists.maptools.org<br>&gt; Subject: Re: [MS4W-Users] Attempt to classify 24bit image<br>&gt; <br>&gt; On 12-11-06 11:37 AM, José Pedro Santos wrote:<br>&gt; &gt; Dear all,<br>&gt; &gt; <br>&gt; &gt; I'm trying to visualize one image of 24bit image as WMS service but when<br>&gt; &gt; I try to use the function get map with output PNG I have this error:<br>&gt; &gt; <br>&gt; &gt;  &lt;ServiceExceptionReport version="1.1.1"&gt;&lt;ServiceException&gt;<br>&gt; &gt; msDrawMap(): Image handling error. Failed to draw layer named<br>&gt; &gt; 'africa_012003'.<br>&gt; &gt; drawGDAL(): Unable to access file. Attempt to classify 24bit image, this<br>&gt; &gt; is unsupported.<br>&gt; &gt; &lt;/ServiceException&gt;&lt;/ServiceExceptionReport&gt;<br>&gt; &gt; <br>&gt; &gt; So, I change the mapfile "Imagetype" to png24 and the error was the same<br>&gt; &gt; mostly because I have to put IMAGEMODE PC256 because with RGB don't work.<br>&gt; &gt; <br>&gt; &gt; I already try to change to JPEG but when I do that said:<br>&gt; &gt; loadOutputFormat(): General error message. OUTPUTFORMAT clause<br>&gt; &gt; references driver GD/JPEG, but this driver isn't configured.<br>&gt; &gt; <br>&gt; &gt; Some ideas?<br>&gt; <br>&gt; Hello José,<br>&gt; <br>&gt; Are you configuring your different output formats with the OUTPUTFORMAT<br>&gt; object?  Many examples live at:<br>&gt; http://www.mapserver.org/mapfile/outputformat.html  Maybe you could<br>&gt; paste your outputformat objects from your mapfile here for the mailing<br>&gt; list to look at.<br>&gt; <br>&gt; -jeff<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><br><br>Many thanks for your reply Jeff, <br><br>I only have one layer so I just put only one Output (I don' t know if is correct like that). The mapfile worked fine with one raster image with 8bit and 1 band. This new file have 3 bands and is a 24bit image<br><br><br>MAP # Start of Mapfile<br>&nbsp;NAME "africa_012003"<br>&nbsp;STATUS ON<br>&nbsp;SIZE 600 400<br>&nbsp;EXTENT -31.269 -54.464 63.503 39.727<br>&nbsp;UNITS METERS<br>&nbsp;IMAGECOLOR 10 10 15<br>&nbsp;IMAGETYPE "png"<br><br>PROJECTION # parameter projection<br>&nbsp;"init=epsg:4326"<br>END # End of parameter projection<br><br>WEB # Parameter WEB<br>&nbsp;METADATA<br>&nbsp;"WMS_TITLE" "WMS Layers"<br>&nbsp;"WMS_ABSTRACT" "Service WMS for all layers inside PostgreSQL DB"<br>&nbsp;"WMS_ONLINERESOURCE" "http://localhost/cgi-bin/mapserv?map=var/www/africaraster2.map&amp;"<br>&nbsp;"WMS_SRS" "EPSG:4326"<br>&nbsp;"WMS_ENABLE_REQUEST" "* !GetFeatureInfo"<br>&nbsp;"WMS_KEYWORDLIST" "Africa, Environment Models"<br>&nbsp;"WMS_CONTACTPERSON" "Santos"<br>END # End parameter Metadata<br>END # End parameter WEB<br><br>OUTPUTFORMAT # Parameter Outputformat<br>&nbsp; NAME "png"<br>&nbsp; DRIVER AGG/PNG<br>&nbsp; MIMETYPE "image/png"<br>&nbsp; IMAGEMODE RGB<br>&nbsp; EXTENSION "png"<br>END # End parameter Outputformat<br><br>....... On the LAYER.....<br><br>PROCESSING "NODATA=0"<br>&nbsp;PROCESSING "SCALE=AUTO"<br>&nbsp;PROCESSING "BANDS=1,2,3"<br>&nbsp;PROCESSING "DITHER=YES"<br><br><br><br><br>The OUTPUT when I choose GD/PNG said that is not supported but with AGG/PNG that error message disappear. <br><br>Best Regards<br>José Santos <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><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>