inhahe wrote:
> the inverse of im.tostring seems to be Image.fromstring, but i don't see
> a corresponding function for im.getdata. im.frombuffer doesn't seem to
> accept the output of im.getdata. I think there should be a function
> that does.
use im.putdata(seq); see
http://effbot.org/tag/PIL.Image.Image.putdata
for details.
</F>