artemp 438bfad732 + factory : variadic templates based implementation ( requires c++11)
+ 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)
2013-04-12 12:46:40 +01:00
..
2012-04-08 02:20:56 +02:00
2012-04-08 02:20:56 +02:00
2011-11-13 19:54:32 -08:00
2012-12-16 12:50:36 -08:00
2012-12-16 12:50:36 -08:00
2012-08-24 13:49:28 -07:00
2012-12-16 12:50:36 -08:00
2013-03-12 18:42:42 -07:00
2012-12-16 12:50:36 -08:00
2013-01-13 21:48:56 -08:00
2012-12-16 12:50:36 -08:00
2012-12-16 12:50:36 -08:00
2012-08-24 13:49:28 -07:00
2013-01-03 22:34:31 -08:00
2012-12-16 12:50:36 -08:00