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.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
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
Send a message via AIM to Inkers Send a message via MSN to Inkers
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?
Reply With Quote

  #2 (permalink)  
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
Send a message via MSN to Daniel
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)
Reply With Quote
  #3 (permalink)  
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
Send a message via AIM to Inkers Send a message via MSN to Inkers
Re: How can I stop my images being copied?

I would but uh... I have a LOT of images ^^;;
Reply With Quote
  #4 (permalink)  
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
Send a message via MSN to Daniel
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)
Reply With Quote
  #5 (permalink)  
Old Feb 1st, 2007, 18:38
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
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.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #6 (permalink)  
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
Send a message via MSN to snow
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
Reply With Quote
  #7 (permalink)  
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
Send a message via AIM to Inkers Send a message via MSN to Inkers
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?
Reply With Quote
  #8 (permalink)  
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
Send a message via MSN to snow
Re: How can I stop my images being copied?

What SSL are you using?
Reply With Quote
  #9 (permalink)  
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
Send a message via AIM to Inkers Send a message via MSN to Inkers
Re: How can I stop my images being copied?

... SSL? I should prolly mention here that I'm still relatively new to coding ^^
Reply With Quote
  #10 (permalink)  
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
Send a message via MSN to snow
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?
Reply With Quote
  #11 (permalink)  
Old Feb 1st, 2007, 19:08
karinne's Avatar
SuperMember

SuperMember
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
Reply With Quote
  #12 (permalink)  
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
Send a message via AIM to Inkers Send a message via MSN to Inkers
Re: How can I stop my images being copied?

I'm not using one, I'm just using HTML
Reply With Quote
  #13 (permalink)  
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
Send a message via MSN to snow
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
Reply With Quote
  #14 (permalink)  
Old Feb 1st, 2007, 22:35
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
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.
Reply With Quote
  #15 (permalink)  
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.

Reply With Quote
  #16 (permalink)  
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
Reply With Quote
  #17 (permalink)  
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.
Reply With Quote
  #18 (permalink)  
Old Feb 6th, 2007, 16:30
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
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.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #19 (permalink)  
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
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
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!!
Reply With Quote
  #20 (permalink)  
Old Feb 6th, 2007, 17:23
karinne's Avatar
SuperMember

SuperMember
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?

Quote:
Originally Posted by moojoo View Post
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.
Yep... I say so too ... and I've said so before

Quote:
Originally Posted by karinne View Post
With PHP you can watermark images using ImageMagick
Reply With Quote
Reply

Tags
html, images

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Music on/Off (does not stop in IE7) Need Help! Webill JavaScript Forum 2 May 11th, 2008 11:27
Go to Stop issue acrikey Flash & Multimedia Forum 1 Dec 1st, 2007 23:48
How do I stop it scrolling to the top? marksk Web Page Design 2 Jul 26th, 2007 20:32
Stop Cyberbullying pa007 Webforumz Cafe 11 Apr 3rd, 2007 04:47
How to Stop Robots Gee Bee Web Page Design 4 Jan 26th, 2006 18:56


All times are GMT. The time now is 17:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43