Sometimes, it is desirable to allow users to see images, but keep them from being redistributed due to intellectual property and artistic rights. In this recipe, we will learn how to apply a watermark to images that are displayed on your site.
Adding a dynamic watermark to images
Getting ready
Let's start with the core and ideas apps that we created in the Creating an app with CRUDL functions recipe in Chapter 3, Forms and Views.
How to do it...
Follow these steps to apply a watermark to the displayed idea images:
- If you haven't done so already, install django...