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
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