jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

Dynamic format choice #42

Closed philippze closed 10 years ago

philippze commented 10 years ago

I think of using django-image-cropping in a project where the admins want a different kind of free cropping. They want to choose width and height in pixels on the admin page. A few questios:

  1. Do you have any experience with that?
  2. Do you think it's a good idea to build this into image-cropping?
  3. Can you give me a hint where I can manipulate the value for the ratio in jqueryJcrop.js?
anrie commented 10 years ago

Hey Philipp, i close this issue for now. But feel free to send a pull request if you manage to come up with a pluggable solution and we can discuss the details.