I want to run a small pet project that will allow the user to draw an image and then hide that image in another image. This means that if you open a fictitious image that you will see. But if you open the dummy image using my software, you will see the actual image.
I have never done anything like this, so I am very glad that I left the typical CRUD applications.
- What is this called? (I'm sure it exists, right?)
- Where can I find a good theory so that I can make it reliable.
Thank you for helping me again! :)
Edit:
To just understand what should be my first step, I need to capture the image and convert it to a matrix from int [n, n] and process each cell individually, finding the smallest binary value?
source share