Re: [Tutor] Displaying images on a web page

2008-01-01 Thread Michael Langford
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

Re: [Tutor] Displaying images on a web page

2008-01-01 Thread Alan Gauld
"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

[Tutor] Displaying images on a web page

2008-01-01 Thread Dinesh B Vadhia
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