django-daguerre icon indicating copy to clipboard operation
django-daguerre copied to clipboard

On-the-fly image manipulation for Django.

Results 21 django-daguerre issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.14. Commits 840bebf [3.1.x] Bumped version for 3.1.14 release. 22bd174 [3.1.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream... cfb780d [3.1.x] Added stub...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

The ajax stuff is currently undocumented, but it's really useful, so it should get into the docs.

Accepted
Documentation
High Priority

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.

Accepted
Documentation

Right now, `{% adjust_bulk %}` lets you do an optimized adjustment of a bunch of (say) image fields for a queryset. But you can only do _one_ adjustment per item...

Greetings! Firstly, great job developing this library! Secondly, the documentation states that the **adjust** tag renders as a URL to the adjusted image as lazily as possible. This is a...

See https://manu.ninja/dominant-colors-for-lazy-loading-images It would be cool to let people give a taste of an image while it was loading.

Little suggestion - PIL/Pillow can't be used for serious real high quality thubnails. I tested many backends and options, where quality of images are critica important to project (like website...

Feature

That'd be cool, wouldn't it? You know it would be.

Feature
Someday/maybe