Stopping people nicking them.
Discussion
A guy I work with has taken some great photo's (in my opinion) and he is toying with the idea of making a website.
The only thing stopping him is the fact that people can right click and save them locally which he doesn't want. I know there is a way around this by disabling the option but how does one do it?
The only thing stopping him is the fact that people can right click and save them locally which he doesn't want. I know there is a way around this by disabling the option but how does one do it?
You can disable right click using Javascript, but all the user has to do it turn off Javascript in their browser, et voila, image saved.
There are tricks you can pull with using the photo as a table cell background, with a transparent GIF in the cell itself. Right click->Save As saves the transparent GIF not the background. All someone determined needs to do is view the page source and grab the pics that way though.
I suppose he could do something with a Java applet to display the images somehow, but that's probably not infallible either (i.e. you can probably find the image URLs in the applet witha binary editor of some sort, then grab them as above).
So I'd make the images low res (and possibly scale them up on the page), watermark them (visibly), and use a low JPEG quality factor.
There are tricks you can pull with using the photo as a table cell background, with a transparent GIF in the cell itself. Right click->Save As saves the transparent GIF not the background. All someone determined needs to do is view the page source and grab the pics that way though.
I suppose he could do something with a Java applet to display the images somehow, but that's probably not infallible either (i.e. you can probably find the image URLs in the applet witha binary editor of some sort, then grab them as above).
So I'd make the images low res (and possibly scale them up on the page), watermark them (visibly), and use a low JPEG quality factor.
Always export your images at 72dpi - theyre pretty worthless at that res for anything but displaying on the web - and the only use for displaying on the web is to sell them presumably, and theyre not saleable at that res. You can export the images in Macromedia Fireworks quite effectively. Another method i also imploy is this one:
http://bermangraphics.com/tips/table.htm
It works rather well - go here:
www.davidhambly.co.uk/madalon1.htm
Now try and right-click, save picture as - when you print, all youll get is my web address!
http://bermangraphics.com/tips/table.htm
It works rather well - go here:
www.davidhambly.co.uk/madalon1.htm
Now try and right-click, save picture as - when you print, all youll get is my web address!
Good points all - I'll pass them back. Cheers.
When you mention 'watermarks' what do you mean, something visible on the pictures themselves? I do that with mine (although Lord knows why) but as my mate demonstrated today 5 mins with a half decent editing package and it's gone. Or do you mean a hidden one? Not much incentive not to download there is there?
When you mention 'watermarks' what do you mean, something visible on the pictures themselves? I do that with mine (although Lord knows why) but as my mate demonstrated today 5 mins with a half decent editing package and it's gone. Or do you mean a hidden one? Not much incentive not to download there is there?
As has been said, IMHO the most important thing is 72 dpi and no more... then at least it won't get to print.
The other thing I do is be nice... on my site it says "don't use without permission - usually given" At least I get a link and the knowledge it's doing some good somewhere.
Steve
The other thing I do is be nice... on my site it says "don't use without permission - usually given" At least I get a link and the knowledge it's doing some good somewhere.
Steve
getcarter said:
As has been said, IMHO the most important thing is 72 dpi and no more... then at least it won't get to print.
The other thing I do is be nice... on my site it says "don't use without permission - usually given" At least I get a link and the knowledge it's doing some good somewhere.
Steve
I like that idea - mine says not to use without permission, but it doesnt make it clear that im likely to grant permission. Top tip that man
This is useful as well - turns off the image toolbar in Internet Explorer (eg - hover over Dave's pic above & you are given the option to save/print it).
Whack this in (between your site's < head > tags - remove the spaces I've inserted below)
< meta http-equiv="imagetoolbar" content="no" / >
Whack this in (between your site's < head > tags - remove the spaces I've inserted below)
< meta http-equiv="imagetoolbar" content="no" / >
Gassing Station | Photography & Video | Top of Page | What's New | My Stuff