Fredrik Lundh wrote:
> 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.
Ah... probably thumbnail() was what the OP was using when he referred to 
resizing...

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

Reply via email to