PILで透過PNGのαチャンネルを消す方法[Python][PIL][RGBA] | VasteeLab

In: from PIL import Image In: img_pil = Image.open("hoge.png") In: img_pil.mode Out: 'RGB...