![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
Copy protecting a pic/image
I wasn't sure exactly where this should go, so this seemed the most appropriate. It may very well not even be a programming issue. How can a picture be protected against copying (right-click, save as)? Like a profile picture on yahoo or something, where you don't have access to actually modifying the pages code.
__________________
Amateurs built the ark Professionals built the Titanic |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
Impossible, in my opinion.
Did you think about the user doing a screenshot while looking at that image, then cropping the screenshot to produce a duplicate of the image you are trying to protect? Although, you can disable the "right-click save-as" feature if you wanted... just some basic javascript code plastered on the net. (but then someone could turn off javascript. )
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#3 |
|
Programmer
|
I love firefox for that just that reason, it may say u cannot copy it but firefox lets u right click or just drag the picture into any folder or desktop, problem with pictures is that as soon as someone see's it then they can take a picture of it, be it with digital camera or print screen in windows
nez
__________________
atariboy.wordpress.com |
|
|
|
|
|
#4 |
|
Professional Programmer
|
Screen shots are, of course, possible. But I think it'd be less likely for the stuff I'd have uploaded. If someone wanted to go through that much trouble, I'll send the pic to 'em, heh. So does that mean Jscript is the way to go? Or are there other alternatives? I know no Jscript, but that can be remedied.
__________________
Amateurs built the ark Professionals built the Titanic |
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() ![]() |
Javascript can disable the right click menu, etc... you can pull the exact code off the net via google... but keep in mind, javascript can be turned off rendering your "protection" worthless.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#6 |
|
Programmer
|
The right-click method sucks anyway. As you can always get the page html, you can always find the actual location of that picture and download it. It's also easy to download the page, modify the html (remove the disable feature), and then reload your local version.
kirkl_uk |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|