put easy_thumbnails_watermark in INSTALLED_APPS
INSTALLED_APPS = (
'easy_thumbnails_colorprofile',
)
add the preprocesor in your settings
from easy_thumbnails.conf import Settings as easy_thumbnails_defaults
THUMBNAIL_PROCESSORS = easy_thumbnails_defaults.THUMBNAIL_PROCESSORS + (
'easy_thumbnails_colorprofile.thumbnail_processors.colorprofile_processor',
)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-easy-thumbnails-colorprofile-0.5.1.tar.gz.
File metadata
- Download URL: django-easy-thumbnails-colorprofile-0.5.1.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c9839bdeb6a48e00d2eff16226b1eaeb12d94bb8dfa3df34b546090b14a8edc
|
|
| MD5 |
e3fffd356b3d85736cfc1ea7b74555a1
|
|
| BLAKE2b-256 |
2c75769fbd645245f3158b93bb30ea9c6db4dd3ecf04e6ca8b91cfb26f2f7efb
|