django-imagekit watermarks
I've been playing around implementing watermark processors for django-imagekit. There was an open request for an overlay processor (which is kind of the same thing), and I wanted to explore a bit more PIL and imagekit processors.
So far, I've created processors that take text and images to overlay in …