[Image-SIG] Question about PIL and transparency

Fredrik Lundh fredrik at pythonware.com
Thu May 5 11:05:43 CEST 2005


Weldner Alves wrote:

> im.info['transparency'] = 255
> #save
> im.save("something.png", "PNG")

try

    im.save("something.png", transparency=255)

instead.

</F>





More information about the Image-SIG mailing list