mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	
						commit
						d167f9e0bd
					
				| 
						 | 
					@ -1439,7 +1439,7 @@ def _save(im, fp, filename):
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            ifd.tagtype[key] = info.tagtype[key]
 | 
					            ifd.tagtype[key] = info.tagtype[key]
 | 
				
			||||||
        except Exception:
 | 
					        except Exception:
 | 
				
			||||||
            pass  # might not be an IFD, Might not have populated type
 | 
					            pass  # might not be an IFD. Might not have populated type
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # additions written by Greg Couch, gregc@cgl.ucsf.edu
 | 
					    # additions written by Greg Couch, gregc@cgl.ucsf.edu
 | 
				
			||||||
    # inspired by image-sig posting from Kevin Cazabon, kcazabon@home.com
 | 
					    # inspired by image-sig posting from Kevin Cazabon, kcazabon@home.com
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user