mapnik/tests
Blake Thompson bf5c532269 Series of changes for the tiff encoder:
* Added configuration options for the TIFF encoder. The options are:
   - compression: adobe_deflate(default), deflate, lzw, none
   - zlevel: 0-9
   - scanline: 1,0 (Forces scanline encoding)
 * Fixed bug in encoder with scanline where memory was being modified
 * by TIFFWriteScanline. A buffer is now created for each row to prevent
 * modification of the underlying image_data.
2014-12-04 17:11:33 -05: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 Series of changes for the tiff encoder: 2014-12-04 17:11:33 -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