Re: Adding crop and rotate to django image upload

2018-12-11 Thread 2012 . us
Thanks for the reply Mark! We are looking for a programmer who can do this for us... On Wednesday, October 24, 2018 at 5:33:02 PM UTC-6, mark wrote: > > You could look at this project for ideas on how to accomplish your crop > and rotate actions - https://github.com/matthewwithanm/django-imageki

Re: Adding crop and rotate to django image upload

2018-10-24 Thread Mark Phillips
You could look at this project for ideas on how to accomplish your crop and rotate actions - https://github.com/matthewwithanm/django-imagekit However, if you want the user to manually crop and rotate the image on your site while looking at a Django view, then you will have to use some Javascript