Transform your pictures into a random selection of neon!
To run the program using the eample image, invoke python and pass in the path to the image.
python mkneon.py images/example-image.jpg
To see the full list of supported options, envoke the program with the --help
flag.
python mkneon.py --help
More details about the program's implementation can be found in report.pdf
.