Re: How to save High Quality JPG image by setting Image module from PIL

2006-09-25 Thread Fredrik Lundh
Daniel Mark wrote: > I am using Image module from PIL to save created image as JPG format. > > Is there any option I could set for function Image.save so that the > stored image will have the highest quality. something like im.save(filename, quality=90) should do the trick. if you want t

How to save High Quality JPG image by setting Image module from PIL

2006-09-25 Thread Daniel Mark
hello all: I am using Image module from PIL to save created image as JPG format. Is there any option I could set for function Image.save so that the stored image will have the highest quality. Thank you -Daniel -- http://mail.python.org/mailman/listinfo/python-list