Python GTK JPEG Images
wxue
wxue at kc.rr.com
Thu Oct 17 22:39:24 EDT 2002
More information about the Python-list mailing list
Thu Oct 17 22:39:24 EDT 2002
- Previous message (by thread): Python GTK JPEG Images
- Next message (by thread): Python GTK JPEG Images
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I used wxPython to manage my JPEG photo. wxPython is a wrapper of wxWindows, which is a generic GUI lib. On linux wxWindow is on top of GTK. I believe it is enought to do your job. PIL(Python Image Libray) with TKinter is another option, though I didn't try it. Wen Murray Blakeman wrote: > I am new to Python. I have only recentry started investigating Python > as a programming language to use on Linux. I intend on making a front > end for a PostgresQL (RHDB) database. > > It appears that it will do most things that I want it to but I have > found it difficult finding information on how to display JPEG images > (from the HDD) in a GTK window with Python. > > I will need to specify the location for the JPEG image and the size > (hopefully it can resize the image itself to fit). It is possible to > populate a GTK window with multiple different JPEG images. > > I store the image filename in my SQL database. > > Is what I want to do possible. > > Thank you in advanced. > > Please CC any replies directly to my email address also. > > Thank you.
- Previous message (by thread): Python GTK JPEG Images
- Next message (by thread): Python GTK JPEG Images
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list