[Image-SIG] Error with last version PIL Image (AttributeError: pixel_access)

2007-01-04 Thread barchia
Hi to *, Today I update the PIL, because I will try the new version for check if a problem with the font are solved, instead i found a new problem as i write in object... this is the trace of error: import Image, ImageDraw im = Image.new("RGB",(30,30),'white') draw = ImageDraw.Draw(im) Trace

Re: [Image-SIG] Colorize an image

2007-01-04 Thread Matthew Nuzum
On 1/2/07, Joey Marshall <[EMAIL PROTECTED]> wrote: Hello, I am having a difficulty with developing my game. I would like to colorize the outfits on my penguins (http://joey101.net/projects/snowballz/). I have them separated out to make it easier to colorize... but I haven't been able to figure

[Image-SIG] Fw: Python - WEIRD Code needed (help with)

2007-01-04 Thread Ior Bock
<-Original Message-> From: Ior Bock [EMAIL PROTECTED] Sent: 12/19/2006 5:55:38 PM To: [EMAIL PROTECTED] Subject: Python - WEIRD Code needed (help with) Hi, Looking for help with trying to figure out a way to emulate simple tv video feedback with PYTHON using simple scripts. Am prese

Re: [Image-SIG] Error with last version PIL Image (AttributeError: pixel_access)

2007-01-04 Thread Fredrik Lundh
barchia wrote: > Today I update the PIL, because I will try the new version for > check if a problem with the font are solved, instead i found a > new problem as i write in object... > > this is the trace of error: > > >>> import Image, ImageDraw > >>> im = Image.new("RGB",(30,30),'white') >

[Image-SIG] Capturing the Tkinter Canvas to the Windows Clipboard

2007-01-04 Thread david . giesen
Hi - I've searched all over and I can't figure out how to transfer an image of the Tkinter Canvas to the Windows clipboard (or any clipboard, for that matter). I've use the PIL to capture and display an image of the Canvas, but I can't figure out how to put that image into the clipboard direct

Re: [Image-SIG] Fw: Python - WEIRD Code needed (help with)

2007-01-04 Thread Christopher Barker
You'll need to be a little more clear about what you're asking: 1) how to call a python program from VB -- I have no idea, try comp.lang.python, or a PyWin32 mailing list if there is one. Although calling a python program as a command line program from VB should be trivial -- but why use Python

Re: [Image-SIG] Capturing the Tkinter Canvas to the Windows Clipboard

2007-01-04 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I've searched all over and I can't figure out how to transfer an image of > the Tkinter Canvas to the Windows clipboard (or any clipboard, for that > matter). I've use the PIL to capture and display an image of the Canvas, > but I can't figure out how to put that ima