I googled about resizing images in python. but I found nothing helpful in python 3.2.
is there any solution to my problem?
I do not need any complicated image processing but just a resizing function run on python 3.2.
please give me some advises.
Thanks you.
Use the Python Imaging Library (PIL).
See example “Geometrical Transforms”
http://effbot.org/imagingbook/introduction.htm