You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django ImageKit
I was wondering if imagekit is a possible solution for my django application. I have lots of images that have gone through facial recognition, so I have coordinates for the faces. In some instances, it is necessary to "redact" a face or two from an image before it is displayed on a public web site. Is it possible using imagekit to paint a colored square on the image based on the face coordinates in the db? Say in django view? Would this be a custom processor in imagekit parlance?