Quote:
Originally Posted by DierkHaasis Examples can be found in this Kitesurf gallery on the individual image pages. Since I create these galleries with a script [EOS-T by Peter Berger] for iView MediaPro [also available for other programs, incl. JAlbum] I cannot tell you the exact code to implement the transparent GIF. |
Dierk,
Your Kitesurf gallery exemplifies some of the most elaborate "copy protection" schemes I've ever seen on a web page.
- javascript disables the context menu
- the HTML source is heavily obscured through additional javascript and framesets
- a blank gif picture is composited over the image to interfere with drag-and-drop
Perhaps there's more I overlooked?
Despite all that, it was trivial to circumvent it all.
First, I could easily snag the image data through screen area capture. This feature is built into OS X, although a great many users are unaware of it. (command+shift+ctrl+4 to draw an box around a screen region and copy it to the clipboard) I don't know if there's a true built-in equivalent for Windows at this point, but at this point, on the Mac, if you can see it, you can capture it.
Second, there's an Activity window in Safari that itemizes all the images and other components of whatever web page you're looking at (FireFox has a similar feature). Isolating the jpg file containing the art was simply a matter of locating it in the list and double-clicking.
So, what have all these complicated measures wrought, other than complexity?
- You potentially prevent some number of unknown number of relatively unsophisticated visitors from copying your images?
- You potentially lose photo licensing opportunities because graphic designers have trouble snagging a proxy to test in their project?
- You potentially sleep better at night feeling you've done something proactive against those who would take advantage of you?