In Django, I am using Easy-Thumbnails. Before saving an image file in my model field, I want to just do some process to the image, like adding a layer or an other image on or behind it.
What do I do to achieve this?
I have already wasted 4 hours trying this.