Peter Hansen wrote:

> See the docs on transform().  From the sounds of it, if resize() won't
> stretch something (it's own docs don't make that clear)

"resize" resizes the image to the given size.

"thumbnail" (which is an in-place operation) doesn't; it creates an
image no larger than the given size.

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to