PIL Image mode "P" - & gt; "RGBA"

C'est ma question:

import Image
im = Image.open("1.png")
im.show()
print im.mode
im.convert("RGBA").save("2.png")

Bien, avec mon image, vous pouvez voir la différence.
Ma question est: comment puis-je convertir correctement?

Image: PIL Image mode

Résultat: PIL Image mode

REMARQUE: L'image d'origine est un semi-transparente, glow, la suite dispose d'un solide vert "glow"

source d'informationauteur mDroidd