mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ image_reader : stream based reading interface (boost::iostreams) + register additional png and jpeg readers with following sigs : ``` std::auto_ptr<mapnik::image_reader> reader(mapnik::get_image_reader(buffer,size)); // buffer - char const* // size - size_t ``` + initial type_from_bytes implementation (TODO: add more types) + python : mapnik.Image.fromstring(str) mapnik.Image.frombuffer(buf)