[mapserver-commits] r7224 - in trunk/msautotest/misc: . expected
svn at osgeo.org
svn at osgeo.org
Sat Dec 29 07:16:28 EST 2007
Author: tbonfort
Date: 2007-12-29 07:16:26 -0500 (Sat, 29 Dec 2007)
New Revision: 7224
Added:
trunk/msautotest/misc/expected/rgba_png.png
trunk/msautotest/misc/rgba_png.map
Log:
add tests for rgba png quantization
Added: trunk/msautotest/misc/expected/rgba_png.png
===================================================================
(Binary files differ)
Property changes on: trunk/msautotest/misc/expected/rgba_png.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/msautotest/misc/rgba_png.map
===================================================================
--- trunk/msautotest/misc/rgba_png.map (rev 0)
+++ trunk/msautotest/misc/rgba_png.map 2007-12-29 12:16:26 UTC (rev 7224)
@@ -0,0 +1,34 @@
+#
+# Simple AGG polygon rendering test.
+#
+# REQUIRES: OUTPUT=PNG SUPPORTS=RGBA_PNG
+#
+
+STATUS ON
+EXTENT 478300 4762880 481650 4765610
+SIZE 400 300
+
+OUTPUTFORMAT
+ NAME 'AGGAQ'
+ DRIVER AGG/PNG
+ IMAGEMODE RGBA
+ FORMATOPTION "QUANTIZE_FORCE=ON"
+ FORMATOPTION "QUANTIZE_COLORS=256"
+ENd
+
+IMAGETYPE "AGGAQ"
+
+LAYER
+ NAME shppoly
+ TYPE polygon
+ DATA "data/shppoly/poly.shp"
+ STATUS default
+ CLASSITEM "AREA"
+ CLASS
+ NAME "test1"
+ COLOR 0 255 0
+ OUTLINECOLOR 0 0 0
+ END
+END
+
+END
More information about the mapserver-commits
mailing list