mapnik/bindings/python
Blake Thompson badb0c9a97 This is a complete removal of code that utilizes image_32 in the library. It is a sweeping change that does some of the following:
* Changes all agg_renderers to use a image_data_any variant (only image_data_rgba8 is implemented currently)
* Changes the marker and marker_cache to use image_data_any images
* Changes the symbolizers so that they must be aware of the source data type they are attempting to render and the render type that is expected to be rendered into.
* Moves many utilities into image_utils, that were previously in image_32.

The kicker is that this still isn't working perfectly yet, but I am commiting so I don't have tears in case everything is lost on my computer.

Ref #2633
2015-01-20 18:30:10 -06:00
..
mapnik python bindings: update copyright year 2014-11-24 09:54:43 +01:00
mapnik2 update copyright year 2014-11-20 15:25:50 +01:00
boost_std_shared_shim.hpp update copyright year 2014-11-20 15:25:50 +01:00
build.py python bindings: update copyright year 2014-11-24 09:54:43 +01:00
mapnik_color.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_coord.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_datasource.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_datasource_cache.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_enumeration.hpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_enumeration_wrapper_converter.hpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_envelope.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_expression.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_feature.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_featureset.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_font_engine.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_fontset.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_gamma_method.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_geometry.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
mapnik_grid.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_grid_view.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_image.cpp A whole lot of changes. #Ref 2633 2015-01-20 10:48:33 -06:00
mapnik_image_view.cpp A whole lot of changes. #Ref 2633 2015-01-20 10:48:33 -06:00
mapnik_label_collision_detector.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_layer.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_logger.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_map.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_palette.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_parameters.cpp add __contains__ method 2014-12-09 20:00:44 +00:00
mapnik_proj_transform.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_projection.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_python.cpp This is a complete removal of code that utilizes image_32 in the library. It is a sweeping change that does some of the following: 2015-01-20 18:30:10 -06:00
mapnik_query.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_raster_colorizer.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_rule.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_scaling_method.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_style.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_svg.hpp bindings: get_filename - no need for const here 2012-09-03 10:52:26 -07:00
mapnik_svg_generator_grammar.cpp break up geometry grammars - refs #2526 2014-10-12 16:50:36 -07:00
mapnik_symbolizer.cpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
mapnik_text_placement.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_threads.hpp update copyright year 2014-11-20 15:25:50 +01:00
mapnik_value_converter.hpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
mapnik_view_transform.cpp update copyright year 2014-11-20 15:25:50 +01:00
python_grid_utils.cpp update copyright year 2014-11-20 15:25:50 +01:00
python_grid_utils.hpp update copyright year 2014-11-20 15:25:50 +01:00
python_optional.hpp move mapnik::noncopyable to mapnik::util::noncopyable where it belongs 2015-01-07 13:11:09 +01:00
python_to_value.hpp smarter type extraction in python_to_value 2014-10-27 09:22:54 -07:00