Re: image resize question

2007-10-19 Thread Tim Arnold
"Matimus" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Oct 18, 11:56 am, "Tim Arnold" <[EMAIL PROTECTED]> wrote: >> Hi, I'm using the Image module to resize PNG images from 300 to 100dpi >> for >> use in HTML pages, but I'm losing some vertical and horizontal lines in >> the

Re: image resize question

2007-10-18 Thread Matimus
On Oct 18, 11:56 am, "Tim Arnold" <[EMAIL PROTECTED]> wrote: > Hi, I'm using the Image module to resize PNG images from 300 to 100dpi for > use in HTML pages, but I'm losing some vertical and horizontal lines in the > images (usually images of x-y plots). > > Here's what I do: > import Image > def

image resize question

2007-10-18 Thread Tim Arnold
Hi, I'm using the Image module to resize PNG images from 300 to 100dpi for use in HTML pages, but I'm losing some vertical and horizontal lines in the images (usually images of x-y plots). Here's what I do: import Image def imgResize(self,filename): img = Image.open(filename) dpi