We should move this into a settings variable, as it will add flexibility for further modifiers down the road. We could even move some modifiers into separate apps (for example, we may not wish to have an OpenCV face detection modifier in the core app)
Image modifiers are currently hard-coded in a list within the
images/views.py
file. See:https://github.com/sokanu/frame/blob/dadd51862d6e8c8287e33916cb0fe901c8a550ed/images/views.py#L67
We should move this into a settings variable, as it will add flexibility for further modifiers down the road. We could even move some modifiers into separate apps (for example, we may not wish to have an OpenCV face detection modifier in the core app)