Generate thumbnails of anything.
Project description
django-ultimatethumb is another Django library for generating thumbnails but has some advantages:
Thumbnails are not generated when the templatetag is called. Instead, images are generated on demand when they are requested by the browser. This can lead to a major speedup of your page response times.
Thumbnails can be generated from static files too (for example to downscale retina-optimized images and therefore reducing traffic).
Generate multiple thumbnail sizes at once for use in picture html tags with multiple sources (e.g. with media queries).
Requirements
django-ultimatethumb supports Python 3 only and requires at least Django 2.2.
Prepare for development
A Python 3.6 interpreter is required in addition to pipenv.
$ poetry install
Now you’re ready to run the tests:
$ make tests
Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_ultimatethumb-1.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72d2a25d3c732e8afb9e461ce00ad9fbd0e40059791e60b479247db3fb32fd26 |
|
MD5 | d2b790253b31adf54811b0f1b7caf566 |
|
BLAKE2b-256 | fe6cb02db7be96cbf3a014664b62ffc553459b076df0664bf2022a3151efff42 |
Hashes for django_ultimatethumb-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74d454ea6fb4cfef140e58287f004b36f97ab39507bedfe295f934b1b53fa0b3 |
|
MD5 | 6ce746515f1582f85de4ab6b3efa9211 |
|
BLAKE2b-256 | 8531112d3eae733e8291cf50e831b9c201fedbc6aa050ebeb8887812f08d9c7f |