Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Hi, I'm a C# beginner... I've been trying to develop a program in C# for the watermarking of Images... is there someone who's already developed this code, or something similar? Do reply if you have pl... thnx.
  • *Gurus*
Posted

Can you clarify which type of watermarking you mean?

 

I know of a method of inserting data in to an image file which isn't displayed, which is referred to as watermarking, and I know of the technique of showing a semi-transparent image in a corner of an image, also known as watermarking.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted

The watermarking i need to implement involves inserting data into an image file which isn't displayed. Its essentially to create a digital rights management system for Images.

Any code/advice you can offer will be helpful. Thanks.

  • *Experts*
Posted

I didn't even know you could embed information like that into images - only other media types (sounds, video, etc.). But a quick search turned up this link.

 

It's more of a spec than a how-to-do-it-in-.NET. But it may provide some help to get started.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
  • 2 weeks later...
Posted

I have made a watermarking program in VB.net. Useing gdi.

 

http://spectral.webhop.net/

 

Look in the downloads.

 

If you would like help I know a bit about the gdi+ which is the easyest way to put the watermarks on... I cant help with the actual code as I do vb and not c# but they are simaler enough so that we should be able to sort it out.

 

Kesper

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...