0

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.

yprez
  • 14,854
  • 11
  • 55
  • 70
Sandip Agarwal
  • 1,890
  • 5
  • 28
  • 42

1 Answers1

2

You can define custom processor and add it to your settings.

kobuz
  • 221
  • 1
  • 6