I am having the same problem. I can not save this image after i edit its data.
im = myimage.load() ...do stuff to im... im.save('jeff', "JPEG") Traceback (most recent call last): File "numberfinder.py", line 116, in <module> main() File "numberfinder.py", line 97, in main imL = applyMask(imL, immask) File "numberfinder.py", line 113, in applyMask return im.save("jeff", "JPEG") AttributeError: 'PixelAccess' object has no attribute 'save' what do i convert the PixelAccess object to so that I can save it? thanks.
_______________________________________________ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig