[Answered ]-Python – simple way to add text and image to an image(for fb app) – PIL is hell in terms of dependency

2👍

You will need some form of an image processing library. Even some components of Django, like ImageField, need PIL.

If you are having problems building PIL, there is a fork called Pillow, which supposedly aims to package it up better to make installation easier.

👤jdi

Leave a comment