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.
$ 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.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd120eb55df6721522025226b789828704659062f9a917cdda9df5547c340ae0 |
|
MD5 | 8243b79d77340c577fae7350fbe9da14 |
|
BLAKE2b-256 | d02e4101fa60ab3939bdc832b49e70ce40a58d53efd8251772aef5782971c38c |
Hashes for django_ultimatethumb-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c76abaf4eb016bf9770312710b6aef70b052f8fb6b9ecdf2e132814c9423c7d3 |
|
MD5 | 652f2fac2937c7801424e8eac22bd134 |
|
BLAKE2b-256 | cc650daf2b49f60255733eb23d6146e8d3ca13e5d4cca9a884205d0ce79d55b7 |