Re: html resize pics

2005-12-28 Thread rbt
Peter Hansen wrote: > rbt wrote: >> I use Python to generate html pages. I link to several large images at >> times. I'd like to display a thumbnail image that when clicked will go >> to the original, large jpg for a more detailed view. > > I use PIL with the thumbnail() function for that... de

Re: html resize pics

2005-12-28 Thread Peter Hansen
rbt wrote: > I use Python to generate html pages. I link to several > large images at times. I'd like to display a thumbnail image that when > clicked will go to the original, large jpg for a more detailed view. I use PIL with the thumbnail() function for that... depending on what sort of web

Re: html resize pics

2005-12-27 Thread rbt
Peter Hansen wrote: > rbt wrote: >> What's a good way to resize pictures so that they work well on html >> pages? I have large jpg files. I want the original images to remain as >> they are, just resize the displayed image in the browser. > > These two things are mutually exclusive by most peopl

Re: html resize pics

2005-12-27 Thread Peter Hansen
rbt wrote: > What's a good way to resize pictures so that they work well on html > pages? I have large jpg files. I want the original images to remain as > they are, just resize the displayed image in the browser. These two things are mutually exclusive by most people's definition of "work well

html resize pics

2005-12-27 Thread rbt
What's a good way to resize pictures so that they work well on html pages? I have large jpg files. I want the original images to remain as they are, just resize the displayed image in the browser. -- http://mail.python.org/mailman/listinfo/python-list