mapnik/tests
artemp 38da080f82 make concrete image_data type names more expressive and explicit about color channels/depth:
image_data_32 -> image_data_rgba8
image_data_8  -> image_data_gray8
image_data_16 -> image_data_gray16
image_data_float32  -> image_data_gray32f

NOTE: currently image_data_gray16::pixel_type = std::int16_t (signed 16 bit int) to match GDAL
should we support unsigned types?
2014-12-04 11:02:42 +01:00
..
cpp_tests make concrete image_data type names more expressive and explicit about color channels/depth: 2014-12-04 11:02:42 +01:00
data throw datasource_exception on GDAL RasterIO failures 2014-11-03 11:24:38 +13:00
python_tests Updated tiff processing so now the encoder will utilize different types of data as well as will use Tile based encoding in most situations, if the image is large will revert to scanline based encoding. 2014-12-03 18:41:49 -05:00
visual_tests specify alpha 0 in default-color e.g "#00000000" 2014-12-04 10:33:44 +01:00
run_tests.py python tests: remove either paths.py data or env settings for fonts/plugins 2014-10-15 18:40:07 -07:00