Harris Bard Lapiroff
Harris Bard Lapiroff
The ajax stuff is currently undocumented, but it's really useful, so it should get into the docs.
Should flesh out the Internals/API/Advanced Topics documentation. There are some pretty useful utilities and structures in the code that advanced devs might like to know about.
That'd be cool, wouldn't it? You know it would be.
Currently the "Fit" adjustment will scale an image up if the image is smaller than the measurements provided. Oftentimes a template designer may want an image to fit within a...
As was brought up in #65, Daguerre's `{% adjust %}` template tag currently does not accept arbitrary URLs to images for adjustment. E.g., ``` html+django {% adjust "http://www.wired.com/wp-content/uploads/2014/07/brain1.jpg" 'crop' width=200...
It'd be great if we could offer a generic widget that behaved similar to the way Facebook allows cover images to be dragged and repositioned. The widget would ultimately define...
The example custom adjustment on [this page](https://github.com/littleweaver/django-daguerre/blob/6d27bc061b10a4433b3ab25671ac2c0714692c5d/docs/api/adjustments.rst) doesn't have a `calculate()` method, but the documentation states that all `Adjustment` subclasses must have a `calculate()` method, so we should probably add...
Might be nice to write a small javascript to simplify the process of requesting images dynamically. Something with an API like: ``` js request_image( storage_path, { adjustment: [args], adjustment2: [args]...
Love this proof of concept. Would you consider packaging it for NPM installation?
When using 12 bands for chroma extraction (the default configuration) C is the zeroth band. When using more than 12, C seems to be shifted up to be a higher...