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

Handle arbitrary URLs from the `{% adjust %}` template tag #66

Open harrislapiroff opened 9 years ago

harrislapiroff commented 9 years ago

As was brought up in #65, Daguerre's {% adjust %} template tag currently does not accept arbitrary URLs to images for adjustment. E.g.,

{% adjust "http://www.wired.com/wp-content/uploads/2014/07/brain1.jpg" 'crop' width=200 height=200 %}

is invalid and will throw an exception. This is something Daguerre could theoretically support.

Pros

Cons