Transparent PNG and PIL

Fredrik Lundh fredrik at pythonware.com
Thu May 27 13:44:26 EDT 2004


"R.Marquez" wrote:

> >>> image.info
> {'transparency': 0}
> >>> image.save("SomeT.png", trasparency=0)
> >>>

"transparency", not "trasparency".

(the PNG writer ignores unknown configuration options)

</F>







More information about the Python-list mailing list