Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to use the program to remove the watermark on the picture? C# or vb.net ,Thanks.
Posted
Comments
Michael_Jacsi 4-Jun-12 8:43am    
Try to Develop Your Own Project for remove Watermark on picture .... free to ask and let me known any code or ideas on developing those project
miwuawen 4-Jun-12 9:35am    
I just know using Gaussian algorithm,USM algorithm and Watermark extraction algorithm ,But I have no answer.
Manfred Rudolf Bihy 4-Jun-12 8:46am    
It seems you wanted to ask the author of some article for help. Please use the commenting section below the article to discuss this with the author.

Regards,
Manfred
miwuawen 4-Jun-12 9:35am    
I just know using Gaussian algorithm,USM algorithm and Watermark extraction algorithm ,But I have no answer.

1 solution

The best advice I can give you is: "Don't".

You can't invent info, you can only extrapolate it, so an image with the watermark removed will never be as good as the original.
Either use the original, or get a new copy without the watermark.

Most of the reasons I can think of for removing a watermark are illegal, because it involves using copyrighted material without permission of the copyright holder. I am sure that you aren't planning to do anything like this, which would mean you have legal access to the unwatermarked images, yes?
 
Share this answer
 
Comments
miwuawen 4-Jun-12 9:56am    
I want to develop such software, if you know me a little useful advice.
Dave Kreskowiak 4-Jun-12 10:14am    
In order to remove the watermark, you need the original data that made up the image where the watermark is. You have to come up with the algorithm to reconstruct the missing data. Good luck with that. You'll need David Copperfield to help you with this.

People watermark their images FOR A REASON. This is to stop people from using their work without permission. Removing the watermark is only done to circumvent this and is illegal.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900