[Image-SIG] need to covert from gif to jpeg

Tom Schwaller tom.schwaller@linux-magazin.de
Fri, 11 Dec 1998 12:04:19 +0100


Fredrik Lundh wrote:
> PIL usually avoids implicit mode conversions; in this
> case, you have to spell it out yourself:
> 
>     im.convert("RGB").save(outfile)

And how does the converson from a GIF or JPG
to a grayscale compressed TIFF work? 
Is that possible with PIL?

-- 

Tom