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 1.11.
Prepare for development
A Python 3.6 interpreter is required in addition to pipenv.
$ pipenv install --python 3.6 --dev
$ pipenv shell
$ pip install -e .
Now you’re ready to run the tests:
$ pipenv run py.test
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.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c756592cdf7bd6acbcea0abbd09b3d957cf5f4168ef5d0047dc91d1e5bf590b |
|
MD5 | 896385b8ec5f1008c221e99c5fc6cc34 |
|
BLAKE2b-256 | c398d1840a13d9607e0ac1ed8fb26aa4ebe201469d25034eb72da61938bd4478 |
Hashes for django_ultimatethumb-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a17966b66e939fbf0692acee555871acbfe2af2825a3b93cc39762027bcecb7a |
|
MD5 | 6e3e25d1c2dc84edd7a7e608d6e8596a |
|
BLAKE2b-256 | a8c8ff2a046d5ae030ba0b74c8448cb6ff229dc9d7a28f90493e9c225b1e81a8 |