protect_photo
Protect photo is a module that prevents image theft by preventing right-click and obscuring the image source in the console log.
it helps prevent image theft by disrupting traditional user interactions to download/copy images.
This is useful for copyrighted images.
This module uses the HTML5 CanvasAPI and the Protected Image theme to protect your images. It disables and prevents the client from downloading, copying, and duplicating image titles by transferring the image to a canvas. Unlike images that are protected by layers, this prevents the source of the image from being visible through the developer tools.
Installation and Configuration
- Download and Enable the module similar to other drupal module.
- Visit any Image fields in Display settings, you will be able to find the "Protect photo Viewer"
- Select this one and you would be able to select if you want to activate the protection image.
- Example: admin/structure/types/manage/page/display
Integrations
This module works well with..
Modules like "Views" & other "Core image related modules".
And with other Contributed modules related to Images.