mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	XMP feature added
This commit is contained in:
		
							parent
							
								
									b802588223
								
							
						
					
					
						commit
						b1b7d2ff18
					
				| 
						 | 
				
			
			@ -1,8 +1,8 @@
 | 
			
		|||
from .helper import hopper
 | 
			
		||||
from PIL import Image
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def test_getxmp():
 | 
			
		||||
    im = hopper()
 | 
			
		||||
    im = Image.open("Tests/images/hopper.jpg")
 | 
			
		||||
    type_repr = repr(type(im.getxmp()))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user