Re: Resizing Tif's to smaller gifs adds pixels

2008-10-21 Thread Samuel
Scott, I appreciate the quick response, but I need this in a GIF format. Samuel On Oct 21, 3:46 pm, Scott David Daniels <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > ...I need to scale a TIFF image from 1925x588 px to a GIF of 600xnnn px. > > I've tried the following code, but it lea

Re: Resizing Tif's to smaller gifs adds pixels

2008-10-21 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: ...I need to scale a TIFF image from 1925x588 px to a GIF of 600xnnn px. I've tried the following code, but it leads to a lot of extra odd colored pixels being inserted into the resulting image. img = "tmp/tmsho20080901.tif" im = Image.open("tmp/tmsho20080901.tif") w,