Protect images download theory

2020-05-03 12:56发布

问题:

I am a full-time developer but am building a site for my photography hobby. I dont want people to download my images and besides the usual procedures (disable right click, block hotlinks to my images etc.) i was thinking about a solution which would work 99% of the time.

The idea was to render images in a canvas or load it as a binary file or similar.

How would be performance compared to standard src linking?

And are there better solutions to my problem?

回答1:

If a picture is displayed on someone's screen, there is no way you can avoid them to save it on their computer (even if you disable everything).

Trying to obfuscate the images will only result in a loss of time, performance, and could make your website much less user-friendly.