mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
all original tests pass
This commit is contained in:
parent
de53889711
commit
663f881b21
|
@ -1311,8 +1311,10 @@ class Image:
|
||||||
self.load()
|
self.load()
|
||||||
if self.readonly:
|
if self.readonly:
|
||||||
self._copy()
|
self._copy()
|
||||||
|
self.pyaccess = None
|
||||||
|
self.load()
|
||||||
|
|
||||||
if self.pyaccess: # undone , what about the readonly? Fix premerge
|
if self.pyaccess:
|
||||||
return self.pyaccess.putpixel(xy,value)
|
return self.pyaccess.putpixel(xy,value)
|
||||||
return self.im.putpixel(xy, value)
|
return self.im.putpixel(xy, value)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user