Newbie question

R

Ryan White

Hi all

I'm wanting to use python to display some jpeg images, maybe present them at
a percentage of their actual size etc.

How do I display an image in Python? - I've run over Tkinter, but obviously
in all the wrong places.

Any help or sample code would be much appreciated.

Ryan
 
S

Scott David Daniels

Ryan said:
> Subject: Newbie question

Not a very good subject -- many people will not even look at it unless
you describe what your question is about.
I'm wanting to use python to display some jpeg images, maybe present them at
a percentage of their actual size etc.
How do I display an image in Python? - I've run over Tkinter, but obviously
in all the wrong places.
You probably want Fredrik Lundh's PIL (Python Imaging Library) package
to read and manipulate the images, and then use TKinter to display the
images.

--Scott David Daniels
(e-mail address removed)
 
T

Terry Reedy

For future reference, an informative subject line like
How do I display an image in Python?

is more likely to grab the attention of someone with the information
sought.

tjr
 
A

Alan Gauld

How do I display an image in Python? - I've run over Tkinter, but obviously
in all the wrong places.

Someone else suggested PIL.

But in Tkinter you create a PhotoImage object then insert it into
either a Canvas or a Text widget.
Any help or sample code would be much appreciated.

If you find the file hmgui.zip on Useless Python you will find
the code for my games framework with an example Hangman game in
Tkinter. It includes the display of a set of images(the hanged
man)

HTH,

Alan G.
Author of the Learn to Program website
http://www.freenetpages.co.uk/hp/alan.gauld
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,221
Messages
2,571,133
Members
47,748
Latest member
LyleMondra

Latest Threads

Top