mapnik/include
Artem Pavlenko 4586586448 added convinence overloads for 'save_to_file' and 'render_to_file'
Example:
	>>> from mapnik import *
	>>> im = Image(200,200)
	>> save_to_file('test.png',im) # Guess image type from file extension
	>> save_to_file('test.png,'jpeg',im) # Explicitly save as JPEG
2007-12-06 12:14:29 +00:00
..
mapnik added convinence overloads for 'save_to_file' and 'render_to_file' 2007-12-06 12:14:29 +00:00
Makefile.am + added GNU autotools build environment 2007-09-14 23:07:16 +00:00