python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

mapnik.Image - add user-friendly accessor/setting interface

Open artemp opened this issue 8 years ago • 0 comments

We should have something like

im=mapnik.Image(256,256)
im(0,0)=mapnik.Color("red").packed()

or

im[0,0]=mapnik.Color("red").packed()

artemp avatar May 16 '17 13:05 artemp