django-watermark icon indicating copy to clipboard operation
django-watermark copied to clipboard

💋 Quick and efficient way to apply watermarks to images in django

Results 3 django-watermark issues
Sort by recently updated
recently updated
newest added

correct line 72 in file site-packages/watermarker/templatetags/watermarker.py replace this: mark = mark.resize(scale, resample=Image.ANTIALIAS) for this: mark = mark.resize(scale, resample=Image.LANCZOS)

This is fully functional and awesome using Pillow and the default settings, but what would the process for integrating this with AWS S3? Whenever I try to display the images...

I would love to use this library, but am getting a `'ImageFieldFile' object has no attribute 'split'` error. Migration was smooth, I have it declared in settings and and loaded...