Print Page | Close Window

don’t want users to be able to save image

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=903
Printed Date: 28 March 2026 at 5:52am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: don’t want users to be able to save image
Posted By: tracey
Subject: don’t want users to be able to save image
Date Posted: 10 March 2003 at 7:15pm
I have some .gif images on my website that are copyrighted, and I don't want anyone to be able to save them. When you move the curser over the images, a rectanular box comes up that says "save this image, print this image, send this image in an email, and open my pictures folder". What do I need to do so that this box doesn't come up and nobody can save my pictures on their computer?

Thanks.



Replies:
Posted By: michael
Date Posted: 10 March 2003 at 7:48pm

You can simply use a script like below to prevent a right click but it is far away from fool proof. You can still look in the source code to get the image location and download it or just dave the web page. You can use a Watermark like from Digimarc which still does not matter when printed. One thing that you do is use some slicer tool, that slices the image in like 100 tiles and puts it in a table, user will have a hard time putting it together. But still nothing is impossible. Though here the script.

<script language="JavaScript"> <!--
var message="Right click disabled"; // Message for the alert box

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>



Posted By: KCWebMonkey
Date Posted: 10 March 2003 at 10:28pm

You can also layer a clear image over the copyrighted one, so that when they right-click all they get is the clear image.

This works for some people, but like Michael said, nothing is impossible if they want to get the picture from the source code.



Posted By: cr*piecorn
Date Posted: 11 March 2003 at 8:23am
grr i just typed out my solution, but a freaking forum error got rid of it , it all came down to this , display your images in flash , it makes it harder to save , and if you put a copywrite notice in the flash file they wont be able to delete that notice

-------------
Ruben Schepers
http://www.crapiecorn.be - http://www.crapiecorn.be


Posted By: MKrivanek
Date Posted: 12 March 2003 at 7:33am

But even using flash, the user can just do a screen capture.  I think the best method of avoiding people taking your images is using watermarks.  Look at http://www.gettyimages.com - Getty Images - one of the largest image databases in the world - they simply use watermarks.



Posted By: cr*piecorn
Date Posted: 12 March 2003 at 9:35am

mzz don't get the concept , i can save all those images :p



-------------
Ruben Schepers
http://www.crapiecorn.be - http://www.crapiecorn.be


Posted By: KCWebMonkey
Date Posted: 12 March 2003 at 11:06am

The only way to completely protect your images:

Password protect the whole website, and make sure that no one has the password, not even you!



Posted By: cr*piecorn
Date Posted: 12 March 2003 at 11:18am
true , but whats the point of putting images online if no one can see them ? :-)

-------------
Ruben Schepers
http://www.crapiecorn.be - http://www.crapiecorn.be


Posted By: KCWebMonkey
Date Posted: 12 March 2003 at 3:23pm

It was a JOKE!!!

 



Posted By: Bunce
Date Posted: 12 March 2003 at 3:38pm

In other words, if you don't want people to see or use your images/code etc, don't put it on the web.

The fact is, that for people to view your website, the browser has to download the entire page to their machine. Once it's there, they are able to do what they want with it.

You can try all these workarounds to slow people down, but its only temporary.

Thats the web I'm afraid!



-------------
There have been many, many posts made throughout the world...
This was one of them.


Posted By: tracey
Date Posted: 12 March 2003 at 7:29pm
Thanks for all your responses.


Posted By: farrukh
Date Posted: 29 March 2003 at 1:41pm
there is no way to project image in this world because becuase because Print Screen Button.

-------------
i have collected some nice avatars (37) and smileys (227) here you can download
http://www24.brinkster.com/webmastertool/download.html


Posted By: hans3702
Date Posted: 29 March 2003 at 2:38pm

http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=41 - Read this page  or try http://www.google.com - www.google.com and search for: prevent saving images

Why is it that asking is easyer then searching?;

solution here ? http://www.artistscope.com - http://www.artistscope.com

nice try: http://www.experts-exchange.com/Web/Q_20350730.html - http://www.experts-exchange.com/Web/Q_20350730.html



Posted By: Bluefrog
Date Posted: 29 March 2003 at 4:18pm

If you are displaying art/graphics for sale, you may want to watermark them, making them effectively useless. If you are selling photographs, generally resolution on the web isn't high enough anyways for any practical use. i.e. 72~96dpi (ppi) on the web vs. 133 up to 15,000 for some magazines for print.

 



Posted By: MKrivanek
Date Posted: 31 March 2003 at 9:04pm
hans3702, I still don't see how those solutions would protect against doing a print screen.


Posted By: cr*piecorn
Date Posted: 01 April 2003 at 4:13am
to end this topic :p you can't prevent people from saving/stealing your images , but you can make it hard for them , but i think it's a waste of time

-------------
Ruben Schepers
http://www.crapiecorn.be - http://www.crapiecorn.be


Posted By: slave
Date Posted: 03 April 2003 at 4:28pm

Do this...

Open up your pic in photoshop... make a new layer... select the new layer... choose Edit > Fill... and select Black (or white, if you prefer)... Do a Save for Web...

Hey presto, no one will even want to steal the images.

By the way, I'm notorious for never taking anything serious, so don't take this to heart...



Posted By: KCWebMonkey
Date Posted: 03 April 2003 at 10:06pm

Originally posted by slave slave wrote:

By the way, I'm notorious for never taking anything serious, so don't take this to heart...

Well, did you see my earlier post in this thread about how to keep it secure?

Can someone please let this thread die??? There is no way to protect images....



Posted By: eagle00789
Date Posted: 08 April 2003 at 1:37pm
there is just one way. edit the image in photoeditor and add a new layer. add a text on this layer that goes from the lower-left to the upper right saying sample. then make the text partially transparent. this way, everybody can see the image but if they want to use it, they are stuck with a sample text over it. of course the html-encrypt is a good idea to combine with my tip

-------------
Using forum at http://www.gravenrode.nl/forum/forum - Gravenrode and http://www.gravenrode.nl/forum/test_forum - here and http://217.121.39.22/forum/test_forum - here


Posted By: zanieri
Date Posted: 08 April 2003 at 1:54pm

I hate to tell you this but if someone wants to copy your images they will do so, one way is all they have to do is to print off the webpage and scan Plus they could also edit the picture. I dont think there is any way round this problem.

Bren



-------------
bren


Posted By: eagle00789
Date Posted: 08 April 2003 at 4:12pm

no. that's true, but they still have to work around that text that is across the entire picture. and that is not so easy. believe me. i tried

greetings chris



-------------
Using forum at http://www.gravenrode.nl/forum/forum - Gravenrode and http://www.gravenrode.nl/forum/test_forum - here and http://217.121.39.22/forum/test_forum - here


Posted By: MKrivanek
Date Posted: 08 April 2003 at 4:21pm
lol wow.... yet another post.... how old is this thread?!!!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net