How can I stop my images being copied?

This is a discussion on "How can I stop my images being copied?" within the Web Page Design section. This forum, and the thread "How can I stop my images being copied? are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Feb 1st, 2007, 12:24
Junior Member
Join Date: Jan 2007
Location: UK
Age: 23
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
How can I stop my images being copied?

I've seen a couple of sites where you can't copy the images using the drag and drop and right click and save and are only left with a white square if you do indeed attempt this.

Does anyone know where I can get this code?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Feb 1st, 2007, 13:58
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

dunno but u could always cut the image into squares then put it on like that
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Feb 1st, 2007, 14:00
Junior Member
Join Date: Jan 2007
Location: UK
Age: 23
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

I would but uh... I have a LOT of images ^^;;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Feb 1st, 2007, 14:19
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

oh lol ask jacob - he might now
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Feb 1st, 2007, 18:38
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How can I stop my images being copied?

You can't. Worse case scenario just take a selective screen shot of it. Really nothing you can do to prevent it.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Feb 1st, 2007, 18:50
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

Your best bet is probably watermarks - not infallible, but hastle enough that you won't get anyone just casually nicking them (at least not without a guarenteed link back )

You can add them automatically as you upload in most server-side languages, so having a lot of image to update shouldn't be a problem!

Snow
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Feb 1st, 2007, 18:53
Junior Member
Join Date: Jan 2007
Location: UK
Age: 23
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

Quote:
Originally Posted by snow View Post
Your best bet is probably watermarks - not infallible, but hastle enough that you won't get anyone just casually nicking them (at least not without a guarenteed link back )

You can add them automatically as you upload in most server-side languages, so having a lot of image to update shouldn't be a problem!

Snow
Do you know how to do the automatic watermark thing? Or at least know where I could find it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Feb 1st, 2007, 19:00
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

What SSL are you using?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Feb 1st, 2007, 19:03
Junior Member
Join Date: Jan 2007
Location: UK
Age: 23
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

... SSL? I should prolly mention here that I'm still relatively new to coding ^^
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Feb 1st, 2007, 19:06
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

Aaah, sorry - I meant a server side language, i.e. PHP, ASP.net...

If your not using one, and if you were still interested, there'd probably be some site/freeware that did it for you - I think photoshop can?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Feb 1st, 2007, 19:08
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

With PHP you can watermark images using ImageMagick
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Feb 1st, 2007, 19:11
Junior Member
Join Date: Jan 2007
Location: UK
Age: 23
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

I'm not using one, I'm just using HTML
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Feb 1st, 2007, 21:11
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

It should be easy enough to put them on using CSS/javascript if you disable right click. If you really don't want to do it with a program that is... I suggest you find a site or program to run them through, should only take a minute or two! Disabling right click is really, really horrible for any users of your site!

If you're interested in getting using a program to add the water marks but can't find one - just post back here and I'm sure someone will help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Feb 1st, 2007, 22:35
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

As for the image when you try to save it and it's nothing but blank, that's probably an image background with a transparent GIF over it. But again, a screenshot would get around that. There's really no need to protect your images on the internet. The for the most part, the only people that copy them are kiddies with personal websites. That's something that is certainly not a threat to you. As long as you can prove the images belong to you, there are a myriad of ways to get people to stop using them if find someone doing so.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Feb 2nd, 2007, 01:54
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

Stick a visible watermark of your name/company/logo or whatever diagonally across the entire image. Similar to this, but keep it less intrusive. They can then copy it all they want, free advertising. You have to overlap the entire photo though or they can just crop it.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #16  
Old Feb 3rd, 2007, 18:59
New Member
Join Date: Feb 2007
Location: Utah
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

You can add a watermark to hundreds of images at a time in photoshop if you know how to do it. All you have to do, is go to your actions window, create a new action, then start recording (hit the little record button on the bottom of the actions window)

then you open a picture, paste your pre-made watermark .png wherever you want, then hit ctrl+alt+shift+s to save for web and save it whatever size you want, then hit close, and stop recording.

then you want to go to file>automate>batch.

choose a source folder
select: override action open, suppress file open options dialogs, and suppress color profile warnings, then say "log erors to file, and select a save destination.

then hit OK and it will add a watermark to all of the images in the source folder and save them to the same destination folder you chose before.

More good tutorials can be found at http://technohelpnow.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #17  
Old Feb 5th, 2007, 20:52
New Member
Join Date: Feb 2007
Location: Utah
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

here's a great video for photoshop automation: http://technohelpnow.com/video-tutor...utomate-tasks/
good luck.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #18  
Old Feb 6th, 2007, 16:30
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How can I stop my images being copied?

While good, that is not what he is looking for. Basically the simplest method would be to use PHP to automagically handle the task on each image upload/directory upload of images.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #19  
Old Feb 6th, 2007, 17:21
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I stop my images being copied?

what i do is in my css i make where the image is i div section and put it as a background image. so when they right click they just get the asic drop down with the view source and all that jazz. Try it. it works.
GO COLTS!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #20  
Old Feb 6th, 2007, 17:23
Elite Veteran