On Jan 1, 2008 11:18 AM, Dinesh B Vadhia <[EMAIL PROTECTED]> wrote:
> I want to display a fixed number of same-size (jpeg) images on a web
> page. The images displayed will change on user input.
>
>
I can use PIL to write the code but has anyone come across open source code
> that already does t
"Dinesh B Vadhia" <[EMAIL PROTECTED]> wrote
> I want to display a fixed number of same-size (jpeg) images
> on a web page. The images displayed will change on user input.
Can you be more specific?
Do you mean they should change dynamically in the browser
or that they will change after a form
I want to display a fixed number of same-size (jpeg) images on a web page. The
images displayed will change on user input.
I can use PIL to write the code but has anyone come across open source code
that already does this? Thank-you
Dinesh___
Tutor
<[EMAIL PROTECTED]>;
Sent: Monday, April 18, 2005 6:27 PM
Subject: Re: [Tutor] displaying images
>
> > I am working through "Programming Python" by Mark Lutz.
>
> Thats a prettty advanced book for a tutor list reader...
> but its a good un too.
>
> > ..
> I am working through "Programming Python" by Mark Lutz.
Thats a prettty advanced book for a tutor list reader...
but its a good un too.
> ...I am not certain what the "../gifs/" means,
Its just a path to a directory.
../
means the directory/folder above the current one.
gifs/
means the
Ahhh! Thanks Kent. Shall give that a try. Diana
- Original Message -
From: "Kent Johnson" <[EMAIL PROTECTED]>
To: "Diana Hawksworth" <[EMAIL PROTECTED]>
Cc:
Sent: Monday, April 18, 2005 11:39 AM
Subject: Re: [Tutor] displaying images
> Diana Hawk
Diana Hawksworth wrote:
Hello list! I am working through "Programming Python" by Mark Lutz. I
am puzzled by the following script - as I am not certain what the
"../gifs/" means, even though Lutz explains it by saying it is the
reference for a GIF stored "in another directory". I have tried to
Hello list! I am working through "Programming
Python" by Mark Lutz. I am puzzled by the following script - as I am not
certain what the "../gifs/" means, even though Lutz explains it by saying it
is the reference for a GIF stored "in another directory". I have
tried to adapt it - using my