Sometimes, it is desirable to allow users to see images, but keep them from being able to redistribute them due to intellectual property and artistic rights. In this recipe, we will see how to apply a watermark to images that are displayed on your site.
Adding a dynamic watermark to images
Getting ready
To start, create the quotes app as in the Uploading images recipe from Chapter 3, Forms and Views.
How to do it...
Follow these steps to apply a watermark to displayed quote images:
- Add the django-watermark app to your Docker project requirements file (or install it directly...