wasm-demo/demo/ermis-f/python_m/cur/0659

32 lines
797 B
Plaintext

From: steeds at ccms.net (Mike Steed)
Date: Wed, 28 Apr 1999 21:56:26 -0500
Subject: GUI and creating GIF
References: <7g7u2k$fr0$1@wanadoo.fr>
Message-ID: <3727CA5A.68BD@ccms.net>
X-UID: 659
Frank.Derville wrote:
>
> Hello,
>
> I would like to
> 1) create a GIF file under Python by drawing lines, text, ... I have looked
> at Tk which can create bitmaps and photoimage but their seem to be no
> possibility to transform a canvas into a photoimage.
> 2) rotate some text on a canvas.
>
> Does anyone has a tip to do it under Tk, wxWindows or any other GUI?
>
> Thanks by advance
I recommend you look at gdmodule by Richard Jones. I have a
pre-compiled Win32 binary if you need it.
http://starship.python.net/~richard/gdmodule/
-Mike