Django Image Processing Webapp
We are going to build an Django Image Processing Webapp. Here user can upload an image and apply several filters to the image.
In the first part we will learn, how to create a model for image. Then we will create a form to upload an image based on the model created. We will add two functionalities: Rotate and Transpose.