Home
Tour
Costs
Answers
Demos
Access
Tools
Assistance
Enroll
 SearchSearch
Prevent images from being copied - pastable code

 
   Answers Forum Index -> Easily pasted codes
View previous topic :: View next topic  
Author Message
ws
Write and Show support


Joined: 27 May 2007
Posts: 140

PostPosted: Wed Aug 08, 2007 9:39 am    Post subject: Prevent images from being copied - pastable code

Many people would like to prevent readers of their book from copying their images. We can offer a way you can do this which works for people who are not sophisticated in the ways to use a computer. However, anyone can copy anything on any screen if they know a simple mechanism (which we will describe). So, first you should realize that there is no protection scheme that will work if people know how to use their computer. Then we will tell you about a simple protection scheme.

Last edited by ws on Wed Aug 15, 2007 1:51 pm; edited 2 times in total
Back to top
ws
Write and Show support


Joined: 27 May 2007
Posts: 140

PostPosted: Wed Aug 08, 2007 10:09 am    Post subject: First... how anyone can copy any image from anywhere.

How to copy any image from anywhere:

Anyone can copy any image that is showing on their computer screen in their browser (in spite of any protection scheme the website has in place) by a few simple steps. All anyone has to do is to do these steps:

a. With the picture showing in your browser, click Alt PrtSc (hold down the Alt key and tap the PrtSc button) Prt Sc stands for Print Screen, but we are using it for capture not printing. This captures the screen of the window you are viewing.

b. Then just go into any graphics program (but, Windows Paint will do just fine) and

c. Paste in your clipboard (you will see an image of the screen you were viewing, with that picture you wanted somewhere in there, but with the images of your browser headings as well).

d. Then you just use the editing facility of Paint (or your other graphics program) to select and copy out the picture you are "borrowing" and then

e. Save it as a jpg or other format.

Another way to "borrow:"

There is another way to "borrow" images, where they have the right click disabled. In your browser, go to View/Source. That shows you their html source code for that page. Then look through their code to find the link to the picture. Copy that url and paste that into your browser. You will go directly to the picture which you can download. Or, now that you have the url to the picture, you can just paste that in and "borrow" their bandwidth too. That's a little more sophisticated... than the Prt Sc method... but it works too. Some people have this slogan: "Pictures want to be free."

But, what follows in the next post is a protection method that will fool most readers who want to "borrow" your images.


Last edited by ws on Wed Aug 08, 2007 12:10 pm; edited 5 times in total
Back to top
ws
Write and Show support


Joined: 27 May 2007
Posts: 140

PostPosted: Wed Aug 08, 2007 10:12 am    Post subject: A protection scheme that will fool most "borrowers.&

Here is a protection method that will fool an amateur:

The way people copy images is to do a right mouse click and then choose "save picture as" then save your photo or graphic to their hard drives. But, we do a special trick where we show your image (the one you want to protect) as the background image in a table and in front of that background, we show a completely transparent.gif file, which the only image that will be downloaded when people do a right click and "save picture as" on your photo..

This is the code you use to display your "protected" image:

Quote:
Copy protected picture

<table style="background-image: url(http://i177.photobucket.com/albums/w209/youraccountid/yourspecialpic.jpg); background-repeat: no-repeat" border="0" width="99%"><tr><td><img src="http://writeandshow.com/images/transparent.gif" width="320" height="400" /></td></tr></table>


Of course, put your image url where we show the example for yourspecialpic.jpg. Plus, be sure that your actual photo image is the correct size to show on the page (and the same size that you enter for those dimensiona). If it's on a book-like page (two side by side) the maximum width is 320 pixels. If it is on a gallery page the maximum width size is 650 pixels. Height doesn't matter on either size page.

Now, notice that those image dimensions are not really the dimensions of the transparent.gif (they are much, much larger), although that is the location for dimensions for that gif file. They are smaller, because we are "constraining" that transparent gif to act as a mask for your photo (that you are showing, but protecting). Therefore, those height and width dimensions should be the same as the photo you wish to protect.

Now, what happens is that your image is displayed in a normal fashion. The unsuspecting "borrower" right clicks and chooses "save picture as," but he saves off the transparent gif file, which he probably won't even look at until much later when he tries to use it (oh, he will be surprised).

Limitations:
Now, all he would have to do is to choose "save background as" when he does the right click, but generally he won't do that.. thinking that is the background of your whole page and he wouldn't think that you are using your picture as a background for a table.
Back to top
Display posts from previous:   
   Answers Forum Index -> Easily pasted codes All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  


Created by WriteandShow.com WriteandShow.com  Answer forum utilizes phpBB © 2001, 2005 phpBB Group