<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 Jeff, <br><br>When I was retriving the GetCapabilities I realise this:<br><br>&lt;Format&gt;image/png&lt;/Format&gt;&lt;Format&gt;image/jpeg&lt;/Format&gt;&lt;Format&gt;image/gif&lt;/Format&gt;&lt;Format&gt;image/png; mode=8bit&lt;/Format&gt;<br><br>So, the mode is 8bit format so don't allow images from 24bits. <br><br>How can I change this?<br><br>Best Regards,<br>José Santos <br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Fri, 23 Nov 2012 09:59:43 -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; On 12-11-23 9:27 AM, José Pedro Santos wrote:<br>&gt; &gt; Dear all,<br>&gt; &gt; <br>&gt; &gt; I'm attempting to classify images of 24 bits but I always have the error<br>&gt; &gt; saying this: ........Unable to access file. Attempt to classify 24bit<br>&gt; &gt; image, this is unsupported.<br>&gt; &gt; <br>&gt; &gt; My Mapfile is this one:<br>&gt; &gt; <br>&gt; &gt; ...........<br>&gt; &gt; <br>&gt; &gt; IMAGETYPE "png24"<br>&gt; &gt; <br>&gt; &gt; ..........<br>&gt; &gt; <br>&gt; &gt; OUTPUTFORMAT # Parameter Output<br>&gt; &gt;  NAME png24<br>&gt; &gt;  DRIVER "GD/PNG"<br>&gt; &gt;  MIMETYPE "image/png"<br>&gt; &gt;  EXTENSION PNG<br>&gt; &gt;  IMAGEMODE RGBA<br>&gt; &gt;  TRANSPARENT ON<br>&gt; &gt; END # end of parameter Output<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; and in the expression of GetMap I use FORMAT=image/png<br>&gt; &gt; <br>&gt; &gt; In the Layer description I have the special processing directives to<br>&gt; &gt; processed the 3 bands. But If put just 2 appear one empty image not the<br>&gt; &gt; error. I already read some documentation but I can't succeed.<br>&gt; &gt; <br>&gt; &gt; any idea?<br>&gt; &gt; <br>&gt; &gt; Many thanks and best regards,<br>&gt; &gt; <br>&gt; &gt; José Santos<br>&gt; <br>&gt; Hello José,<br>&gt; <br>&gt; It is difficult for me to comment without testing your local file.<br>&gt; However if I were you I might:<br>&gt; <br>&gt; - in your OUTPUTFORMAT object I would:<br>&gt;   - change "GD/PNG" to "AGG/PNG"<br>&gt;   - change "RGBA" to "RGB"<br>&gt;   - remove "TRANSPARENT ON"<br>&gt; <br>&gt; <br>&gt; -jeff<br>&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>