<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>GIF transparency</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi List,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Just experimenting with ka-map, making it output GIF images for all layers that are assumed not to be full-colour (raster), so that I can have transparency in AND 24bit colour in IE without the PNG hack. All works well, and I get the right imagetype. Only thing is.... My GIF's are not transparent. Even if I use Ka-map the normal way (no magic), specifying GIF as imagetype, I don't get transparency. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">In tile.php, it says:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">------------------------------------------------------------------</FONT>
<BR><FONT SIZE=2 FACE="Arial">$nTransparent = imagecolorallocate($oTile, $oMap-&gt;imagecolor-&gt;red, $oMap-&gt;imagecolor-&gt;green, $oMap-&gt;imagecolor-&gt;blue);</FONT>
<BR><FONT SIZE=2 FACE="Arial">imagecolortransparent( $oTile,$nTransparent);</FONT>
<BR><FONT SIZE=2 FACE="Arial">------------------------------------------------------------------</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">When I request the GIF properties in Irfanview, it tells me the transparent colour is &quot;0&quot;. I assume that is 0, 0, 0. But transparency is set to the imagecolour of my map, which is 255,255,255 (correctly picked up in tile.php, I checked that).</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I'm using php_mapscript_46. Any ideas?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Regards,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Jacob</FONT>
</P>
<BR>

<P><B><FONT COLOR="#009500" FACE="Arial">J</FONT><FONT COLOR="#009500" SIZE=1 FACE="Arial">ACOB</FONT> <FONT COLOR="#009500" FACE="Arial">D</FONT><FONT COLOR="#009500" SIZE=1 FACE="Arial">ELFOS<BR>
</FONT><FONT COLOR="#009500" FACE="Arial">S</FONT><FONT COLOR="#009500" SIZE=1 FACE="Arial">PATIAL</FONT> <FONT COLOR="#009500" FACE="Arial">I</FONT><FONT COLOR="#009500" SIZE=1 FACE="Arial">NFORMATION</FONT> <FONT COLOR="#009500" FACE="Arial">A</FONT><FONT COLOR="#009500" SIZE=1 FACE="Arial">NALYST</FONT><BR>
</B><FONT COLOR="#000000" SIZE=2 FACE="Arial">Maunsell Australia Pty Ltd<BR>
629 Newcastle Street, Leederville, WA 6007</FONT>
<BR><FONT COLOR="#000000" SIZE=2 FACE="Arial">PO Box 81, Leederville, WA 6902</FONT>
<BR><FONT COLOR="#000000" SIZE=2 FACE="Arial">Western Australia</FONT>
<BR><FONT COLOR="#000000" SIZE=2 FACE="Arial">ABN 20 093 846 925<BR>
<BR>
Tel     + 61 8 9281 6185<BR>
Fax    + 61 8 9281 6297<BR>
</FONT><U><FONT COLOR="#009C21" SIZE=2 FACE="Arial">jacob.delfos@maunsell.com</FONT></U>
</P>

</BODY>
</HTML>