jonasundderwolf / django-image-cropping

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

only free width or only free height #36

Closed kuyucakli closed 10 years ago

kuyucakli commented 10 years ago

Is there a way to enable crop for only width or height or for both?

With options like free_crop=( widthOnly, heightOnly or both )

anrie commented 10 years ago

Hey burakk,

this request is a duplicate of issue #9.

Apart from that there is pull request for "free cropping" which is pending for the next release.