About Β | Β Requirements Β | Β Starting Β | Β Author
This project aims to encript the image file with noise image.
β Output files will be binary (White and Black)
Before starting π, you need to have Git and Python installed.
# Clone this project
$ git clone https://github.com/cavidqlyv/image-criptograpy
# Access
$ cd image-criptograpy
# Install dependencies
$ pip install opencv-python
$ pip install numpy
# chane image file name on line 80 (*Optional)
80| imgpath = '/images/napoleon.png'
# Run the project
$ python3 imgCriptograpy.pyMade with πͺ by Javid Guliyev

