PDA

View Full Version : Web Sites - Protecting our displayed images?



Jack Brady
4-Aug-2006, 05:36
Greetings,

Has anyone found a method of protecting our images that we post for the world to see, and hopefully purchase, on our individual web sites.

Of course, we can always put a watermark or paste in a logo/title in the image to "brand" it but I'm seeking a technique that prevents a viewer from being able to capture an image in any way.

Suggestions and/or solutions?

j.e.simmons
4-Aug-2006, 05:43
I don't think it's possible. The way the internet works is that information, including images, is download to the viewers computer. I think the only real protection is to make the images too small, and at too low a dpi, to be usable for any purpose other than viewing on a computer screen.
juan

robc
4-Aug-2006, 06:18
There is no way of stopping anyone from capturing a screen image.
In windows all you need to do is to press Shift+PrintScreen and you can paste it into any image editing application.

I have seen many websites where the developer has tried to stop people taking images using lots of different techniques but they only stop the most basic attempts by people who haven't got a clue anyway.

Fact is that it is simply not worth worrying about unless you are putting images on the web at a high enough resolution to produce high quality prints which can then be copied.

Frank Petronio
4-Aug-2006, 06:30
My concerns are about making images that are worth stealing.

A determined image thief can always do a screenshot so no, there is no absolute protection. But it is a good practice to have a copyright notice on your website and to check your website's stats from time to time to see if somebody is piggybacking off your bandwidth.

If you catch a domestic business that should know better using your images without permission, you may have a nice settlement awaiting you in court.

Keith Laban
4-Aug-2006, 06:39
Fact is that it is simply not worth worrying about unless you are putting images on the web at a high enough resolution to produce high quality prints which can then be copied.

Fact is that many photographers including myself also supply clients with low resolution images for use on their websites, so even small jpeg images are worth worrying about if the unauthorised use is for commercial gain.

robc
4-Aug-2006, 07:21
Fact is that many photographers including myself also supply clients with low resolution images for use on their websites, so even small jpeg images are worth worrying about if the unauthorised use is for commercial gain.

Sooner or later its going to happen and the probability of you finding out is small. There are more pages on the web than people in the world. I don't have time to check them all everyday and I'm not going to lose sleep over it.

Fact is I find it very annoying when I right click and some idiot has written a web page which pops up a message saying these images are protected and blocks all the useful functions such as Add to favorites, back, view source etc as though my intention was to steal their images. Wouldn't buy an image from them.

I know of one developer who applied every known technique of stopping images from being taken from a website into a client website. He told me there was only one way to get at the images. I showed him six and that the way he had done it had actually made it easier to get all the images in one go. Of course he charged his client for all his time in making the images secure as possible so be warned...

I just don't worry about it. There are countless millions of images on the web and I would be chuffed if someone had tried to steal one of mine. I'd still sue them if I found out.

robc
4-Aug-2006, 07:26
check your website's stats from time to time to see if somebody is piggybacking off your bandwidth.


If you have a half decent web host using Apache you can stop hot linking to any of your images providing they allow you to use .htaccess files which most don't.

http://wsabstract.com/howto/htaccess10.shtml

jim kitchen
4-Aug-2006, 09:45
Dear Jack,

Image theft is always possible, but there are a few tricks available to the web page creator, to make it a bit more difficult...

Most browsers allow you to right click and, or drag and drop an image to the desktop, but you can place an blank or transparent GIF image on top of the image, within your web page for the user to download. I also have a few lines of code, that will prevent a user from dragging and dropping, and right clicking an image, but this code disables all such events on a specific web page. This code does not prevent drag and drop or right clicking with every browser available on the market today. A few inexperienced users will certainly become annoyed with your page and obviously leave.

That said, the easiest way to prevent theft by a casual user, even if my pseudo code fails, is for you to create a blank 1X1 pixel GIF, and lay it on top of your image, where your image is set as a background image within the table cell. The casual user might not realize an image can be stolen by other means, such as an image grabbing tool, which can take a snap shot of the screen image. Users, knowledgeable about this utility, will succeed.

Other means of theft are available, such as access to the root code in the web page, which identifies the source of the image on the server, and with a few lines of code by the perpetrator, the image can be secured and downloaded directly to their desktop. There are means to prevent this on your server, but most ISP's do not go the extra mile to prevent this, unless you control your own server software. I can write code to steal an image in a heartbeat, as long as I can see the image location, on the server...

Many people place Copyright Notices somewhere on their page and, or on top of their images, in case their images are grabbed by screen capture utilities. It is somewhat difficult to remove these Copyright Notices, but never impossible in Photoshop, by an experienced user. A few people also make their images 72dpi, which is a good idea, and better for loading images on the web page, to prevent their higher quality images from appearing elsewhere, such as their office wall. It is more difficult, and expensive, to chase a Copyright violation, but many laws do exist to assist the creator.

So, if you are interested on a few simple tricks, and you are capable of creating your own web page, I will send you a few lines of code to help you along...

If you use a webpage creation tool, such as Adobe's GoLive, I can show you what to do in the table cells to prevent dragging and, or right clicking an image to the desktop, and placing a transparent GIF in the table cell. It is a simple process, but not foolproof.

jim k

QT Luong
4-Aug-2006, 09:55
Most photographers I know who conduct a succesfull business on the web just watermark them in a relatively unobstrusive way.

robc
4-Aug-2006, 09:59
Most photographers I know who conduct a succesfull business on the web just watermark them in a relatively unobstrusive way.

Thats the best you can do if you think its worth the effort.

Greg Miller
4-Aug-2006, 10:00
Dear Jack,

Image theft is always possible, but there are a few tricks available to the web page creator, to make it a bit more difficult...

Most browsers allow you to right click and, or drag and drop an image to the desktop, but you can place an blank or transparent GIF image on top of the image, within your web page for the user to download. I also have a few lines of code, that will prevent a user from dragging and dropping, and right clicking an image, but this code disables all such events on a specific web page. This code does not prevent drag and drop or right clicking with every browser available on the market today. A few inexperienced users will certainly become annoyed with your page and obviously leave.

That said, the easiest way to prevent theft by a casual user, even if my pseudo code fails, is for you to create a blank 1X1 pixel GIF, and lay it on top of your image, where your image is set as a background image within the table cell. The casual user might not realize an image can be stolen by other means, such as an image grabbing tool, which can take a snap shot of the screen image. Users, knowledgeable about this utility, will succeed.

Other means of theft are available, such as access to the root code in the web page, which identifies the source of the image on the server, and with a few lines of code by the perpetrator, the image can be secured and downloaded directly to their desktop. There are means to prevent this on your server, but most ISP's do not go the extra mile to prevent this, unless you control your own server software. I can write code to steal an image in a heartbeat, as long as I can see the image location, on the server...

Many people place Copyright Notices somewhere on their page and, or on top of their images, in case their images are grabbed by screen capture utilities. It is somewhat difficult to remove these Copyright Notices, but never impossible in Photoshop, by an experienced user. A few people also make their images 72dpi, which is a good idea, and better for loading images on the web page, to prevent their higher quality images from appearing elsewhere, such as their office wall. It is more difficult, and expensive, to chase a Copyright violation, but many laws do exist to assist the creator.

So, if you are interested on a few simple tricks, and you are capable of creating your own web page, I will send you a few lines of code to help you along...

If you use a webpage creation tool, such as Adobe's GoLive, I can show you what to do in the table cells to prevent dragging and, or right clicking an image to the desktop, and placing a transparent GIF in the table cell. It is a simple process, but not foolproof.

jim k


Like robc mentioned, a windows PC user only has to use the "print screen" button to copy the entire page into the clipboard, and then paste into any image editting software (e.g. Photoshop). I think any extra coding to try to prevent image theft is a theft of valuable time. Anybody stealing images for profit will know how to do this. Any extra coding only stops the casual theif and they are not the ones you should worry about.

chris jordan
4-Aug-2006, 10:01
I don't bother trying to protect my web images at all, even with my name embedded in a corner (which is easy to Photoshop out). The images are such low resolution that the only thing they could be used for is display on someone's website, which I don't mind too much. If someone copied them from my site and printed them, the images would only be something like 1x2 inches @ 300 dpi, so I'm pretty confident that there aren't pirates out there printing books and calendars and postcards from website images.

It is also helpful for publishers to be able to pull the images off my website for use in layouts. When they have gotten the layout done with the low-res images, they send me the exact sizes of the images they want, and I send the high-res files at that size. So I prefer to take the risk of having people pirate the images, in favor of the convenience that it gives legitimate people to use the images, e-mail them to others, etc.

~cj

www.chrisjordan.com

paulr
4-Aug-2006, 10:32
I don't bother trying to protect my web images at all, even with my name embedded in a corner (which is easy to Photoshop out). The images are such low resolution that the only thing they could be used for is display on someone's website, which I don't mind too much. If someone copied them from my site and printed them, the images would only be something like 1x2 inches @ 300 dpi, so I'm pretty confident that there aren't pirates out there printing books and calendars and postcards from website images.

That's my feeling exactly. I put them on the web so people can look at them onscreen ... and that's all the images are really good for.

If someone wanted to make a crappy printout of one of my pictures and hang it on the wall--i guess technically that's breaking the rules, but why should I care? it's not like that's actually competing with print sales. i'd be flattered to know people are ripping me off like that :)

QT Luong
4-Aug-2006, 11:47
It is worth watermarking your images with your name and website. Most people do not remove them, so at least you get credit. Those who do so violate the Digital Millenium Copyright Act, and provide further proof that their infringement is willfull, should any action against them be needed.

Michael Daily
4-Aug-2006, 12:16
The problem is the same as for the musicians and Napster. The only way for you to keep it from being stolen is to: 1. do such a poor job that it is not worth stealing, or 2. don't put in the public arena. The problems with Napster, music, and movies has shown all the world that the only way to prevent unwanted downloads is to not post it.
Michael

Marko
4-Aug-2006, 15:03
There is simply no way to prevent people from downloading an image posted on a web page. Except for Flash sites, one does not even need the right click or any "special code" - any image displayed on the screen is stored in the browser's cache regardless of the browser or platform and can be readily extracted from there even after quiting the browser.

Like Michael said, if you don't want it taken, don't post it. Anythng else is snakeoil, pure and simple. There are so many things web developers' time (and clients' money) should be used for. Like learning web standards or proper coding practices, for example.

About "screen resolution": I've seen the "72dpi is the screen resolution" statement repeated in every single discussion about displaying art...

There is no such thing as "screen resolution". 72dpi, 144 dpi or 300dpi, the DPI - Dots Per Inch - is a print-related term, it simply makes no sense and no difference whatsoever on screen. It is the pixel matrix and pixel matrix only that makes any difference on screen. Pixels high x Pixels wide. Nothing else.

If you don't believe me, try it for yourself. Take an image and size it to, say 500 pixels wide by 400 pixels high. Then create three identical copies and make each 2000dpi, 300dpi and 72dpi without changing the pixel size. Heck, while at it, make another one and give it 1dpi. Then compare them any way you want, they'll all have exactly the same byte size, they'll all display the same on the screen and they'll take exactly the same time to download. And they will either be too small or too rasterized for even causal print use.

Michael Daily
5-Aug-2006, 17:53
Marko's point is well stated is his signature line:
There's (sic) only 10 kinds of people in the world - those who understand binary and those who don't. Digital is binary.
Michael

Morten
5-Aug-2006, 18:24
Is this the www.largeformatphotography.info web site or the www._micro_formatphotography.info web??

Why are we in this area (LF) of photography? to make and publish our pictures on the the web??

There is NO way your real LF image can be stolen via the web!!!! the computer will not get hold of your YOUR carefully developed and cared for negative / slide..

The low res __scan__ published on the web can (and will be) stolen... But really, what can it be used for ?? other than the web?

And the web is one of the ways to promote your self (using the low res pics... ) (in printing terms)

You could also select to NOT display your prints on the web.... but then ??

Best regards
Morten

Ps If you BTW have print ready high res scan easy available the web, pls send me a email with the url :-) :-)

Marko
5-Aug-2006, 21:36
Michael,

Your point has also been well taken. I knew somebody would notice. Eventually. ;)

400d
9-Aug-2006, 13:45
Internet is a public space, don't want to share it? Don't post it.

There are some softwares out there claim they can protect the code and what not. BS. I will crack that crap open, no matter it's php, asp, cgi-bin, flash, shockwave, javascript...etc., when I encounter so called hidden scripts, it only triggers me to crack it open more vigorously.

JW Dewdney
9-Aug-2006, 18:31
If I were REALLY worried - for whatever reason - about having a public image 'stolen' (there's also no point in protecting something unless you also print a copyright statement on the image or next to it) - is very simply this. Edit the jpeg header to contain copyright information. Or create a footer - and this way if you find your image being used unfairly - well, not only do you have your original film, but you can just open the image with Word or whatever text editor and then - voilą! There's your name. Of course, this will only work with direct copying. The info would be lost via screenshot. But if you keep the image freely copiable - nobody's going to bother with the screenshot and your information will stay with the image.

kjsphotography
10-Aug-2006, 00:51
For me, I don’t worry about. I have used all the different ways to make it difficult, but in the end, I just post a low res images and if they steal it I don’t worry about it because if they want the real print they have to buy it.

Just my opinion only...

400d
10-Aug-2006, 22:13
Btw, no hard feelings for anyone: your pics may not be as valuable as you think.