View Single Post
Old 10-11-2005, 10:28 AM   #7 (permalink)
MrDude
Platinum Lifetime Member
 
MrDude's Avatar
 
Name: Paul Rogers
Last Online: 11-17-2009 11:15 PM
iTrader: (10)
Join Date: Jun 2005
Posts: 1,251
DNF$: 0
Location: UK
Country:

Send a message via AIM to MrDude Send a message via MSN to MrDude Send a message via Yahoo to MrDude Send a message via Skype™ to MrDude

Re: How to protect web site images?

Quote:
Originally Posted by Jonathan
One thing to keep in mind - someone will always be able to steal the image, even if it means taking a screenshot and cropping.

One good technique that I've seen is to make the image the background of a table. Then put a transparent gif of exactly the same dimensions in the table.

So to better explain this - your image is 200 x 150. You make a table of exactly that size with 0 cell padding and spacing and 0 border. Then you specify the image you want to protect as the background for that table. Just leaving it like that would mean that people couldn't right click and save (although they can still go into the html source and get it). But to further confuse them, you put a transparent gif in the tablet that is exactly the same dimensions as the table. Then people will right click to save the image, and think they are saving the protected image to their computer - but they are just getting the transparent one.
Also think about encrypting the source
MrDude is offline   Reply With Quote