I'm try to use jquery and python to "crop" a image in Django. I want to work in admin but also in front-end.
The user selects a box/rectangle, for the portion of the image that he want to crop. django-image-cropping <https://www.djangopackages.com/packages/p/django-image-cropping/>package is close to what I want, but I have some problems in admin, use a old jquery version(need to maintain two) and seems that is not working very well with cdn. I like the jquery part using http://deepliquid.com/projects/Jcrop/demos.php. sorl-thumbnail, django-versatileimagefield are good but they don't have the jquery implementation that I want. I can try also do it without a package if I can find a good tutorial. I found many tutorials for php but nothing yet for python. Can you guide me, give me an example and how to do it ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9ae1b88f-05ce-400f-adad-923a86d904bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

