mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	
						commit
						5c24952ee8
					
				|  | @ -802,7 +802,7 @@ class Image: | |||
|                         # after quantization. | ||||
|                         trns_im = trns_im.convert('RGB') | ||||
|                     trns = trns_im.getpixel((0,0)) | ||||
|             elif self.mode == 'P' and mode == 'RGBA' and 'transparency' in self.info: | ||||
|             elif self.mode == 'P' and mode == 'RGBA': | ||||
|                 delete_trns = True | ||||
| 
 | ||||
|         if mode == "P" and palette == ADAPTIVE: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user