Image copying / Copyright

Runtime_error

Active member
Joined
Aug 5, 2003
Messages
38
hello,

I am thinking about making a program in C# that willl allow users to download and view pictures from my webserver. However i dont want people to be easily able to capture the pictures using some graphics editor like paint shop pro or Photoshop.

So could someone please give me some suggestions please?

I thought about using REAL Player cos that stops image captures and screen shots but the problem is that not everyone might have Real Player.

I am pretty sure i can disable the print screen key but wot other methods are there?

Thanx
 
Its not possible to completely stop people from doing this. Even if you stopped print-screen, a good screen-capture program would still do it. The only reason that print-screen doesnt get RealVideo is because the video uses the overlay features of the video card to display the video, so although they are displayed on the screen, its not really being drawn on the desktop.
 
Thanks, I understand that u cant stop ppl completly from copying images but i want to limit it as much as possible. My main concern was to stop Screen capture feature of Graphics programs to capture the images.

The only reason that print-screen doesnt get RealVideo is because the video uses the overlay features of the video card to display the video, so although they are displayed on the screen, its not really being drawn on the desktop.

So Should i download the picture data and render it as a DirectX screen or something?

I just need someone to point me to the right path, thanks
 
Normally I would never give advice such as this, but I have to recommend against putting any amount of work into this at all. It will not do you any good at all, and certainly it wont protect anything. Even good screen capture programs can probably capture the video from RealVideo. If it is displayed on the screen, its possible to capture quite easily. I wouldnt worry about it. If you dont want people to be able to use your images so badly, you should consider other forms of protection, such as watermarking.
 
You mean putting a faded image over top with his name on it or something like that, right?
 
Watermark would be putting some sort of logo or text mark on top of the picture which, while not disrupting the look of the picture, makes it rather useless to others because it has your name on it.
 
Back
Top