mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Use test image filename
This commit is contained in:
		
							parent
							
								
									82199efbf7
								
							
						
					
					
						commit
						48db4a1d4d
					
				| 
						 | 
					@ -19,7 +19,7 @@ Example: Parse an image
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    from PIL import ImageFile
 | 
					    from PIL import ImageFile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fp = open("hopper.pgm", "rb")
 | 
					    fp = open("hopper.ppm", "rb")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    p = ImageFile.Parser()
 | 
					    p = ImageFile.Parser()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user