We should have something like ```python im=mapnik.Image(256,256) im(0,0)=mapnik.Color("red").packed() ``` or ```python im[0,0]=mapnik.Color("red").packed() ```