fix png
This commit is contained in:
		@@ -44,6 +44,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig):
 | 
				
			|||||||
            fpath = os.path.join(d, '{}.jpg'.format(uuid4()))
 | 
					            fpath = os.path.join(d, '{}.jpg'.format(uuid4()))
 | 
				
			||||||
            background = Image.new('RGBA', im.size, (255, 255, 255))
 | 
					            background = Image.new('RGBA', im.size, (255, 255, 255))
 | 
				
			||||||
            alpha_composite = Image.alpha_composite(background, im)
 | 
					            alpha_composite = Image.alpha_composite(background, im)
 | 
				
			||||||
 | 
					            alpha_composite.convert('RGB')
 | 
				
			||||||
            alpha_composite.save(fpath)
 | 
					            alpha_composite.save(fpath)
 | 
				
			||||||
            self.bot.get_bot().send_photo(self.chat_id, open(fpath, 'rb'))
 | 
					            self.bot.get_bot().send_photo(self.chat_id, open(fpath, 'rb'))
 | 
				
			||||||
        return True
 | 
					        return True
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user