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
File details
Details for the file django-ultimatethumb-1.1.0.tar.gz
.
File metadata
- Download URL: django-ultimatethumb-1.1.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5e498d0a656eb375d5ba606f49451b74df7ed1414d24c1d87da622d0d53a5e70
|
|
MD5 |
372078bae453db8de03b1fa8f620a071
|
|
BLAKE2b-256 |
8a4a1cf057850eb208477cac95bc6e19451e026eed6dd4fe0e95091036646949
|
File details
Details for the file django_ultimatethumb-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_ultimatethumb-1.1.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6cd5ef9fa424f6a7146f265ca11165a5c6433d7ddd60ed4d39c7288061d9344f
|
|
MD5 |
be5f2923fb7d7fc41463001f95b79bff
|
|
BLAKE2b-256 |
5bf0910aff2531757a7a187857509e534e4d8588d4f4d2b06c42cddd4c1253c5
|