Use test image filename

This commit is contained in:
Andrew Murray 2024-11-05 19:40:03 +11:00
parent 82199efbf7
commit 48db4a1d4d

View File

@ -19,7 +19,7 @@ Example: Parse an image
from PIL import ImageFile
fp = open("hopper.pgm", "rb")
fp = open("hopper.ppm", "rb")
p = ImageFile.Parser()