I was searching searching for a pure python module which has functionality equalent to PHP GD library. I need to write text on a image file. I know PHP GD library can do that. Does any one know about such module in python too.
I was searching searching for a pure python module which has functionality equalent to
Share
Yes: the Python Imaging Library or PIL. It’s used by most Python apps which need to do image processing.