mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
don't write the test image
This commit is contained in:
parent
7546e1fb17
commit
a0d7e72cbb
|
@ -41,7 +41,7 @@ def test_mesh():
|
|||
w,h,w,0))], # ul -> ccw around quad
|
||||
Image.BILINEAR)
|
||||
|
||||
transformed.save('transformed.png')
|
||||
#transformed.save('transformed.png')
|
||||
|
||||
scaled = im.resize((w//2, h//2), Image.BILINEAR)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user