Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 825 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 825 Bytes

WaterMarker

Windows MFC program to stamp a copyright logo on pictures

WaterMarker

  • Hardware and software needed

You need the following to get this program working :

- Windows win32 and MFC compatible OS

  • List of programs

- \Release\WaterMarker.exe : launch and feel the vibe

  • Original article

This code is from my original article :

https://www.codeproject.com/Articles/13697/WaterMarker

  • How to use it

Should not have to explain since the UI have real-time feedback. Read the article to know how to use it in your own program.

  • Some infos

I needed a little program to stamp a logo on photos, there was several sharewares at $49 for that, or I could have used ImageMagick. I coded it myself because I'm lazy.