I just found out that PIL functions on Google App Engine (GAE) are limited to only some basic functions.
I’m attempting to deploy a GAE app which is able to add text over an image and it is not possible to use GAE’s Images Python API.
So right now, I’m hoping to look for alternatives:
- External service I can call to modify the image?
The python 2.5 runtime only supports a limited set of operations through the Images API. However, the python 2.7 runtime supports the full PIL suite.