Hi I wondered if anybody could give med an example on how to use the getPixelI thing from the API ot at least describe how to use it. (http://www.blender.org/documentation/244PythonDoc/Image.Image-class.html#getPixelI) there is something there I dont get…
Polarbear.
edit: I figured it out…just didn’t get the x/y axis thing at first…to print the colordata from the pixel up in the left corner I tink you could type
print image.get.PixelI(1,1)
or does that mean another pixel?