Forum Moderators: not2easy
How is this done? is there some script used for this or is there some feature in frontpage.need help!
You can always view source to see the exact URL of the image.
Otherwise, just get the image url from their source code and copy-paste to the address bar. Such stuff is only good for one thing; signalling "hey, i know soooo much kool havascript" it does not protect your images.
/claus
In tables, set the protected image as the background then put the gif in the cell
Using CSS you can Z-index the gifs over the top.
Doesn't stop Screen Captures or Code Snooping, but works better than the no right click scripts
Sometimes I just wanted to print out a frame without all the header stuff, so i right click. There are lots of reasons to right click besides trying to steal the images.
Most of the time, I am thinking . Who do they think wants these idiotic 75 dpi images anyway. And of course, I know how to side-step the no-right click stuff. It just seems so juvenile to have the no-right-click error on a site.
I Cant say i agree that it is about wanting to show off js skills or having an overdeveloped ego in all cases.
It sorta like, you can't keep people from breaking into your house if they want to get in. But, you can make it more inconvenient so they break into your neighbors house instead. :)
It pisses me off so much to right click to add a site to 'Favorites' and get that No Right Click Error message, sometimes with cutsie-pie text on it, that I just want to steal the images when I didn't even have that in mind in the first place 'cause I am so bummed by the No Right Click error.
I like that! I've done that too, take the image just because I can. I right click all the time, for many reasons. Although I usually have javascript disabled anyway so it usually doesn't affect me.
On the other hand, I hate to admit it, but I'm thinking of trying the transparent gif thing that liquidstar mentioned for a site that I'm doing a lot of photography for.
<meta http-equiv="imagetoolbar" content="false">
...and the galleryimg="" attribute will turn it off for any particular image:
<img border="0" src="filename" galleryimg="false">
You can use either true/false or yes/no in both these spots.
I agree that you can still steal it.
What I don't understand is how the spider can see the watermark, which I assume is embeded in the binary file.
I also doubt that the watermark will get transfered in a screen grab.
often, to clean up an image - such as getting rid of speckles due to a bad scan for example, adjusting the contrast will make it so those things are not really visible to the human eye
so it might be interesting to 'watermark' an image so that only under 'wrong contrast' can one see the watermark
it would have to be done with small dots (white would work fine in most cases) since large patches would look wrong no matter what the contrast level
you wouldnt be able to see it unless you were specifically trying to test contrast of an image
there are many ways of course, this was just one i thought of
J
one good fortune for the person stealing your images is that once the screenshot is taken, and even if it were cropped exactly right so the image was complete, saving the image would easily disfigure the encoded data
images are RGB by default and not indexed, converting them to indexed to save as a GIF (or if the image were a GIF beforehand so the screenshot is therefore a different format) redoes the entire image without anyone knowing there was once some data there to save
saving an image as a JPG in photoshop... it asks you to select the amount of compression used, so the image is mangled that way too
effectively saving the image unless one saves it in exactly the same form it was before the snapshot... would be the only way to be sure the data were intact, and noone intent upon your image would know to do that