[mapserver-commits] r9609 - branches/branch-5-4/docs/mapfile
svn at osgeo.org
svn at osgeo.org
Wed Dec 9 09:57:56 EST 2009
Author: aboudreault
Date: 2009-12-09 09:57:56 -0500 (Wed, 09 Dec 2009)
New Revision: 9609
Modified:
branches/branch-5-4/docs/mapfile/outputformat.txt
Log:
Added a note about AGG rendering with experimental png and transparency using a palette (5.4 doc)
Modified: branches/branch-5-4/docs/mapfile/outputformat.txt
===================================================================
--- branches/branch-5-4/docs/mapfile/outputformat.txt 2009-12-09 14:55:57 UTC (rev 9608)
+++ branches/branch-5-4/docs/mapfile/outputformat.txt 2009-12-09 14:57:56 UTC (rev 9609)
@@ -163,4 +163,8 @@
RGBA imagemodes. The expected format is one triplet (or quadruplet) per
line, each value separated by commas, and each triplet/quadruplet on a
single line. If less than 256 triplets are found
- in the file, 256-n remaining colors will be computed by quantization.
+ in the file, 256-n remaining colors will be computed by quantization. If
+ you have enabled the RGBA_PNG support (the –with-experimental-png option)
+ and want to use transparency with a palette, it is important to have these
+ two colors in the palette file: 0,0,0,0 and 255,255,255,255.
+
More information about the mapserver-commits
mailing list