mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 11:35:52 +03:00
s/lena/hopper/
This commit is contained in:
parent
1c0d1c547e
commit
36a22e2d63
|
@ -19,7 +19,7 @@ Example: Parse an image
|
|||
|
||||
from PIL import ImageFile
|
||||
|
||||
fp = open("lena.pgm", "rb")
|
||||
fp = open("hopper.pgm", "rb")
|
||||
|
||||
p = ImageFile.Parser()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user