javascript - Protect an image without using a plugin -


i want protect image, not right click protection can thwarted.

i tried editing graphics folder permissions in cpanel made image disappear.

is there other way protect image being stolen foolproof.

edit

i cannot watermark image need way.

edit 2

i combined base64 dataurl , right click protection. i'm pretty covered except screenshots i'm not worried about. if possible keep people taking screenshot using freaky drm tricks or something.

it can't done. can use few tricks make more difficult, truth once sent image on wire, user able save it, share it, etc.

watermark valuable images or publish low res versions of them.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -