Svien and Michel,
Thanks for your help. Much appreciated.
David Lees
--
http://mail.python.org/mailman/listinfo/python-list
I remember seeing somewhere saying that the "wx.StaticBitmap" is only for small image (64x64?), is that true?On 6 Jan 2006 07:01:24 -0800,
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
You can f.i. use wxPython (www.wxPython.org). Here is a compact andugly, but (almost) minimal, example of a python
You can f.i. use wxPython (www.wxPython.org). Here is a compact and
ugly, but (almost) minimal, example of a python script that shows an
image file:
import wx
a = wx.PySimpleApp()
wximg = wx.Image('img.jpg',wx.BITMAP_TYPE_JPEG)
wxbmp=wximg.ConvertToBitmap()
f = wx.Frame(None, -1, "Show JPEG demo")
Hi!
Example:
import Image
Image.open('Titi.jpg').show()
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list