django_optimized_image
django_optimized_image copied to clipboard
Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Bumps [django](https://github.com/django/django) from 1.11.28 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
I'm trying to resize images in specific resolution (200x300) and upload them to my project. If the large images i've uploaded are exact multiples of the scale such as 600x900...