[mapserver-commits] r10003 - in trunk/msautotest/gdal: . data
expected
svn at osgeo.org
svn at osgeo.org
Wed Mar 24 23:31:59 EDT 2010
Author: warmerdam
Date: 2010-03-24 23:31:57 -0400 (Wed, 24 Mar 2010)
New Revision: 10003
Added:
trunk/msautotest/gdal/data/test_with_mask_1bit.tif
trunk/msautotest/gdal/expected/mask_1.png
trunk/msautotest/gdal/expected/mask_3.png
trunk/msautotest/gdal/mask_1.map
trunk/msautotest/gdal/mask_3.map
Log:
add testing for gdal masks (#2640)
Added: trunk/msautotest/gdal/data/test_with_mask_1bit.tif
===================================================================
(Binary files differ)
Property changes on: trunk/msautotest/gdal/data/test_with_mask_1bit.tif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/msautotest/gdal/expected/mask_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/msautotest/gdal/expected/mask_1.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/msautotest/gdal/expected/mask_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/msautotest/gdal/expected/mask_3.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/msautotest/gdal/mask_1.map
===================================================================
--- trunk/msautotest/gdal/mask_1.map (rev 0)
+++ trunk/msautotest/gdal/mask_1.map 2010-03-25 03:31:57 UTC (rev 10003)
@@ -0,0 +1,24 @@
+#
+# Test support for GDAL masks on a one band file per GDAL RFC 15 and MS #2640
+#
+MAP
+ IMAGETYPE PNG24
+ IMAGECOLOR 255 0 0
+ SIZE 200 200
+ EXTENT 0 0 19 19
+
+ LAYER
+ NAME "TEST"
+ GROUP "TEST"
+ STATUS DEFAULT
+ TYPE RASTER
+ DUMP TRUE
+
+ # A RGB image with a transparency mask
+ #DATA "test3_with_1mask_1bit.tif"
+
+ # A grey-level image with a transparency mask
+ DATA "data/test_with_mask_1bit.tif"
+ END
+
+END # end of map file
\ No newline at end of file
Added: trunk/msautotest/gdal/mask_3.map
===================================================================
--- trunk/msautotest/gdal/mask_3.map (rev 0)
+++ trunk/msautotest/gdal/mask_3.map 2010-03-25 03:31:57 UTC (rev 10003)
@@ -0,0 +1,24 @@
+#
+# Test support for GDAL masks on a 3 band file per GDAL RFC 15 and MS #2640
+#
+MAP
+ IMAGETYPE PNG24
+ IMAGECOLOR 255 0 0
+ SIZE 200 200
+ EXTENT 0 0 19 19
+
+ LAYER
+ NAME "TEST"
+ GROUP "TEST"
+ STATUS DEFAULT
+ TYPE RASTER
+ DUMP TRUE
+
+ # A RGB image with a transparency mask
+ DATA "data/test3_with_1mask_1bit.tif"
+
+ # A grey-level image with a transparency mask
+ #DATA "data/test_with_mask_1bit.tif"
+ END
+
+END # end of map file
\ No newline at end of file
More information about the mapserver-commits
mailing list