I remember seeing somewhere about how to place an empty image over another image to prevent people right clicking and copying, but I can't remember where or how it is done! To see it look at http://flickr.com/photos/nas-city/395416066/ and right click the photo, you will see that the image to be saved is spaceball.gif - an empty image. Anybody know?
you can stop image theft, i seriously would not bother. I can simply print screen open PS and have the image. Best way to do stuff is to watermark it and even that can be overcome.
You simply put the main image as background in a table or div, in this table or div you place a transparent gif image that fill the table or div area. By the way this is just one way to do it, you can do the same with some css or placing a flash file over the image, and don't forget javascript.
With that though, you can still image capture. I watermark everything until its purchased. I run my Logo down the page at about a 45 degree angle 4 or 5 times on the left and then the same on the right so theres no way to crop it out and makes it very difficult to fix it in photoshop. Once my image is purchased, I go in photoshop, turn off the watermark layer, and then the customer has a full resolution, mark free image.
i agree with you guys, there's no way you can stop image theft. only if you put over the original image your nick or something specific of you so others can't use it to sell it or smth. Print screen is the easiest way to copy the image. paste in paint or other photo editors and done....
...or view source and find the exact url to the image, go to url, copy in regular way... There's no good way to stop image theft, and I don't really think it's worth the time or money to try, since someone will always find a way to take it if they want it. Just my opinion!
like mentioned it cant be prevented prnt screen can do the trick...also watermarking your image is better but if the image is somethign like a pattern the clone tool can be usedto restore parts of where the watermark overlaps. I would recommend saving in a low quality and watermarking it.
There is practically no way to stop image theft as everyone else has suggested. People are getting smart everyday and whatever method you use, they can easily bypass that. I have seen this trend on sitepoint , where 14-15 year old designers steal clip art for designing, they are too smart to remove the watermarks that are even all over the image. So, till now, I haven't come across anything, which can actually stop image theft.
If the person creating the art would watermark it to where you couldnt clone out the marking, maybe they wouldnt get art stolen as much. I run my watermarks at a 45 degree angle every 1 inch across the piece, then a second row above that between the gaps. Not saying it cant be cloned and cleaned up, but yeah you got alot of time to spare if you do it.
I always think about using a .htaccess file, as they're easier to do, for example: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?adzp.co.uk [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?portfolio.adzp.co.uk [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?design.adzp.co.uk [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] HTML: