javascript - Protect images download theory -


i full-time developer building site photography hobby. dont want people download images , besides usual procedures (disable right click, block hotlinks images etc.) thinking solution work 99% of time.

the idea render images in canvas or load binary file or similar.

how performance compared standard src linking?

and there better solutions problem?

if picture displayed on someone's screen, there no way can avoid them save on computer (even if disable everything).

trying obfuscate images result in loss of time, performance, , make website less user-friendly.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -