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,

Resizing Tif's to smaller gifs adds pixels

2008-10-21 Thread smullen . uclick
I'm not entirely sure how this group works: if there is a page I'm supposed to follow up on or if I should expect an email in reply. Anyway, here's my question. I'm very new to Python and PIL, I know how to do this stuff in perl and ImageMagick, but I'm having issues with Python and PIL. I need t