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:
"Caleb Hattingh" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL
PROTECTED]>...
> >>> iconBallImage.paste(iconShieldImage, (10,10))
>>> iconBallImage.paste(iconShieldImage, (10,10), iconShieldImage)
^^^
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