mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Merge pull request #5196 from radarhere/example
Changed example image file name
This commit is contained in:
		
						commit
						3dd8c981db
					
				| 
						 | 
				
			
			@ -22,7 +22,7 @@ Windows).
 | 
			
		|||
.. code-block:: python
 | 
			
		||||
 | 
			
		||||
    from PIL import Image
 | 
			
		||||
    im = Image.open("bride.jpg")
 | 
			
		||||
    im = Image.open("hopper.jpg")
 | 
			
		||||
    im.rotate(45).show()
 | 
			
		||||
 | 
			
		||||
Create thumbnails
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user