LXer: Resize images using Python
by LXer from LinuxQuestions.org on (#5CFQQ)
Published at LXer:
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.*
Read More...


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.*
Read More...