Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: 24)I don’t want anybody to give permission to copy images from my website.  (Read 4096 times)

0 Members and 1 Guest are viewing this topic.

jatinder_201010

  • Guest
I don’t want user to allow such that they can copy an image from my website can I prevent user from it? :)

jason2074



    Egghead

  • It doesn't matter.
  • Thanked: 224
  • Experience: Beginner
  • OS: Windows 7

surender_201176

  • Guest
Basically you can disable the right click such that user will not be able to copy anything. The JS snippet for disabling JavaScript is available at link: http://www.techyv.com/questions/how-prevent-images-being-copied-my-website

DaveLembke



    Sage
  • Thanked: 662
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
You might also want to make smaller thumbnail of image instead of presenting the real deal because unless Print Screen is disabled, this is a sneaky work around of some sites that dont completely block image acquisition. Other stuff I have seen that works is placing a large watermark across the image like Copyright and your name or business name. It would be too much work to edit out the watermark.

Salmon Trout

  • Guest
It is hard to disable ALT + PrtScrn or tools like e.g. Windows 7 Snipping Tool, so your best bet is what Dave said, make your images unattractive to freeloaders. Unfortunately you may also make them unattractive to the people who you want to look at them.

« Last Edit: June 17, 2011, 12:35:01 PM by Salmon Trout »

CBMatt

  • Mod & Malware Specialist


  • Prodigy

  • Sad and lonely...and loving every minute of it.
  • Thanked: 167
    • Yes
  • Experience: Experienced
  • OS: Windows 7
The only surefire way is to not put the pictures online.
Quote
An undefined problem has an infinite number of solutions.
—Robert A. Humphrey

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
The only surefire way is to not put the pictures online.

I was thinking the same thing, but refrained from saying it.

The problem with the JS script, is of course that javascript is easily disabled. Also there are plenty of ways to work around it- it doesn't stop you using the context menu key on the keyboard after selecting the image with the mouse, for example. But I've always felt that they were just so silly. I mean here you have an image- in plain site and easily able to be snagged with print screen or another screen capture tool, and all you've done is eliminated one of the countless ways to get that picture. Thing is, if you can see the image in the browser- it's already on the machine. With Firefox, and I'm sure other browsers have this feature- you can view the image info for a page and see all the images that are on the page; as well as the location they are saved on the local drive. Simply copying that file constitutes the same as using the "save Image as" feature.

The only "sure way" is to not put them up; if they are something you sell for livelihood, like- um... textures or something, you could watermark them with something like "SAMPLE", and then only put those images on the page. Or, make them a much lower resolution then the final product. This wouldn't stop them from using it, of course, but it would look pretty crap. (and really, you ought to be making separate images anyway- a 72dpi for the screen/web, optimized for size, and the full sized image.

of course in most circumstances where I've seen this being attempted the images are just the standard everyday images you would put anywhere. Sometimes they are even clipart. If you created the images and simply don't want others to steal them, and don't want to clutter your graphics with watermarks (which would make it look silly)- aside from the obvious idea of not putting them up to begin with, you could always try some steganography and embed something that proves you made the image into it; but again outside the domain of requiring your livelihood from selling the content of those images, that isn't very useful. After all, the only time that steganography would be any use is if you pursued litigation against somebody who had copied it.
I was trying to dereference Null Pointers before it was cool.

2x3i5x



    Expert
  • Thanked: 134
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 10
I don’t want user to allow such that they can copy an image from my website can I prevent user from it? :)

"I don't need your permission to copy your XYZ (where XYZ is almost anything as long as I can see them on my pc's monitor)" -- I think that's the problem with posting literally anything these days.  :P


soybean



    Genius
  • The first soybean ever to learn the computer.
  • Thanked: 469
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 10
"I don't need your permission to copy your XYZ ...
Actually, if you intend to use material copied from someone else, then you must get permission from them to use their material.  Otherwise, you are in violation of copyright law.