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
..
2014-11-20 15:25:50 +01:00
2014-11-05 13:41:30 -05:00
2014-11-20 15:25:50 +01:00
2014-11-20 15:25:50 +01:00
2012-12-10 22:06:55 +00:00
2014-11-20 15:25:50 +01:00
2008-02-01 15:38:33 +00:00