Stackoverflow challenge #18: Hidden in Plain Sight
This is my submission to Stackoverflow challenge #18: Hidden in Plain Sight
https://stackoverflow.com/beta/challenges/79926210/challenge-18-hidden-in-plain-sight
The goal of this challenge is to decode some secret message encoded in the least significant bit of pixel's values in a 2D image.
The code is done using Python 3.14.2. The libraries numpy and pillow are needed. To run, execute main.py