image protection in rails
Posted
by Cezar
on Stack Overflow
See other posts from Stack Overflow
or by Cezar
Published on 2010-04-28T09:43:19Z
Indexed on
2010/04/28
10:43 UTC
Read the original article
Hit count: 321
Hello,
I am looking for ways to protect my product images and I don't know if there's anything out there better than what I've already found: disable right click, use a transparent image in front of your picture and watermarking. Obviously none of them is perfect but I was curious if someone came up with a better solution to this problem.
Also is there any rails plugin to aid with that ?
Thanks
© Stack Overflow or respective owner