mapnik/demo
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
..
c++ update copyright year 2014-11-20 15:25:50 +01:00
data convert old tests into proper python tests - closes #1460 2013-05-16 12:23:19 -07:00
python remove pycairo from python demo - closes #2533 2014-10-23 00:15:19 -07:00
simple-renderer Add simple render script. 2012-09-10 02:42:59 +02:00
viewer make concrete image_data type names more expressive and explicit about color channels/depth: 2014-12-04 11:02:42 +01:00