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
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
<-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
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')
>
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
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
[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