Wednesday, August 26, 2015

Image resizing on Python

Python has library that could handle image processing, it called PIL. Now I will try to resize image to 300 pixel of width. All I need to do is to write this:

No comments:

Post a Comment