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?