PIL how to enlarge image

Alain Ketterlin alain at dpt-info.u-strasbg.fr
Sat Dec 4 05:58:16 EST 2010


robos85 <progreo at gmail.com> writes:

> Hi, I try to enlarge original image.
> I have image in size: 100x100 and I want to make it 120x120.
> But resize() doesn't make it bigger. Is there any method for that?

You have to use i.transform()

-- Alain.



More information about the Python-list mailing list