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) ^^^

PIL 1.1.4 paste PNG's with transparency problem

2004-11-29 Thread Caleb Hattingh
Here's hoping effbot is around :) I have a really simple situation where I have 2 png images, and open them so: '>>> iconBallImage = Image.open('sampleTextures/iconBall.png').resize(DimensionSize) '>>> iconShieldImage = Image.open('sampleTextures/iconShield.png').resize(DimensionSize) The 2