"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
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
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