Resize images using Python

I love Python, and I[he]#039[/he]ve been learning it for a while now. Some time ago, I wrote a Python script where I needed to resize a bunch of images while at the same time keeping the aspect ratio (the proportions) intact. So I looked around and found Pillow, a Python imaging library and “friendly fork” of an old library just called PIL. 

Source: LXer – Resize images using Python