mapnik/demo/viewer
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
..
forms + move layer info logic into dialog ctor 2010-03-10 17:08:37 +00:00
images fix minor issues caught in debian packaging relating to executable status and spelling 2010-02-21 17:28:01 +00:00
about_dialog.cpp update copyright year 2014-11-20 15:25:50 +01:00
about_dialog.hpp update copyright year 2014-11-20 15:25:50 +01:00
build.py update copyright year for scons build files 2013-11-05 16:54:13 -08:00
info_dialog.cpp update copyright year 2014-11-20 15:25:50 +01:00
info_dialog.hpp update copyright year 2014-11-20 15:25:50 +01:00
layer_info_dialog.cpp update copyright year 2014-11-20 15:25:50 +01:00
layer_info_dialog.hpp update copyright year 2014-11-20 15:25:50 +01:00
layerdelegate.cpp update copyright year 2014-11-20 15:25:50 +01:00
layerdelegate.hpp update copyright year 2014-11-20 15:25:50 +01:00
layerlistmodel.cpp update copyright year 2014-11-20 15:25:50 +01:00
layerlistmodel.hpp update copyright year 2014-11-20 15:25:50 +01:00
layerwidget.cpp update copyright year 2014-11-20 15:25:50 +01:00
layerwidget.hpp update copyright year 2014-11-20 15:25:50 +01:00
main.cpp update copyright year 2014-11-20 15:25:50 +01:00
mainwindow.cpp update copyright year 2014-11-20 15:25:50 +01:00
mainwindow.hpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_viewer.qrc new icons (TODO!) 2008-02-04 16:15:13 +00:00
mapwidget.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapwidget.hpp update copyright year 2014-11-20 15:25:50 +01:00
styles_model.cpp make concrete image_data type names more expressive and explicit about color channels/depth: 2014-12-04 11:02:42 +01:00
styles_model.hpp update copyright year 2014-11-20 15:25:50 +01:00
viewer.pro fix viewer compile 2013-09-19 18:39:44 -07:00