melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 15 forks source link

Custom Adjustment example requires `calculate()` method #60

Open harrislapiroff opened 10 years ago

harrislapiroff commented 10 years ago

The example custom adjustment on this page doesn't have a calculate() method, but the documentation states that all Adjustment subclasses must have a calculate() method, so we should probably add one that just returns the original dimensions.