[Image-SIG] im.save options

Jim Tittsler jwt at onjapan.net
Sun Aug 28 07:24:18 CEST 2005


On 2005/08/23 17:49, Olivier Sillig wrote:
>     I try:    out.save(outfile,"jpg", 12)
>     Type error: save<> take al most 3 arguments, <4 given>
> 
>     I want to keep the highest qualitiy. how?

I may be misunderstanding, because I'm not sure what the '12' is for.  I 
believe you want something like:

out.save(outfile, "JPEG", quality=100)


-- 
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html



More information about the Image-SIG mailing list