Basically, I want to add information such as the date and time on a snapshot image of surveillance footage. I don't know to position text in the far top right/left-hand corner. Please any ideas on how I can do this? The programming language that I am using to do this task is C# .Net.
Asked
Active
Viewed 36 times
0
-
2Does this answer your question? [Automatically add watermark to an image](https://stackoverflow.com/questions/12870137/automatically-add-watermark-to-an-image) – andy meissner Aug 26 '20 at 14:05
-
Do you want to just have an overlay in the UI or shall it really be part of the image itself? – Fildor Aug 26 '20 at 14:13
-
@Fildor So I just want to be part of the image itself. – M.Mike Aug 27 '20 at 10:25