Re: PIL 1.1.4 paste PNG's with transparency problem

2004-11-30 Thread Caleb Hattingh
Wow, that was pretty clueless of me...right there on the *next* page of the manual (I thought "im.paste(image, box)" and "im.paste(image, color)" were the general forms for "paste", apparently didn't look further) thx Caleb On 29 Nov 2004 22:17:36 -0800, Tom Hanks <[EMAIL PROTECTED]> wrote:

Re: PIL 1.1.4 paste PNG's with transparency problem

2004-11-29 Thread Tom Hanks
"Caleb Hattingh" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > >>> iconBallImage.paste(iconShieldImage, (10,10)) >>> iconBallImage.paste(iconShieldImage, (10,10), iconShieldImage) ^^^