jonasundderwolf / django-image-cropping

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

Avoid hardcoded options #106

Closed arogachev closed 7 years ago

arogachev commented 7 years ago

Some options, such as minSize are now hardcoded (minSize is set to [5, 5] for example). It's better to avoid that and add possibility to set it via settings.

anrie commented 7 years ago

@arogachev I agree. That would make sense as setting. Feel free to send a PR!

anrie commented 7 years ago

Okay, I think the issue is covered sufficiently by #105 so I am closing this.