mapnik/plugins/input/gdal
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
..
build.py scons: support MAPNIK_NAME option to customize libmapnik name for custom packaging 2014-06-09 13:55:56 -07:00
gdal_datasource.cpp update copyright year 2014-11-20 15:25:50 +01:00
gdal_datasource.hpp update copyright year 2014-11-20 15:25:50 +01:00
gdal_featureset.cpp make concrete image_data type names more expressive and explicit about color channels/depth: 2014-12-04 11:02:42 +01:00
gdal_featureset.hpp update copyright year 2014-11-20 15:25:50 +01:00