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