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

Some initial tweaks #28

Closed DrMeers closed 10 years ago

DrMeers commented 11 years ago

Just stumbled across this package today, which looks promising.

anrie commented 10 years ago

Hey Simon,

sorry for answering so late to your pull request.

Your are right, we really need more comments to explain what's going on. I added some more hints, but there is certainly room for improvement.

Considering your tweaks to the thumbnail processor: I did some further (minor) modifications (be746c87) to avoid using explicit isinstance() checks.

Thanks for your contributions! Andreas