Re: [Image-SIG] Help with PIL, Imagemagick Composite function in PIL?

2007-04-10 Thread Alexey Borzenkov
On 4/10/07, César Pérez [EMAIL PROTECTED] wrote: Hi, I am new to this list but and i have a small problem with PIL. I am looking for a function that works like composite does in imagemagick. [..snip..] from PIL import Image dtop = Image.open(dtop.png) frame = Image.open(frame.png)

Re: [Image-SIG] Help with PIL, Imagemagick Composite function in PIL?

2007-04-10 Thread César Pérez
Thanks to both of you and yes I was expecting the paste function to work just like a paste in any Image Editor. César On Wed, 2007-04-11 at 11:48 +1200, Douglas Bagnall wrote: Alexey Borzenkov wrote: The problem you have happens because alpha channel of images *also* gets composited using