- Script to convert monochrome negative to positive image with Python
- Pipenv
- scikit-image
- Install Pipenv.
https://github.com/huideyeren/darkroom.gitpipenv install- Place negative images in the "negative" directory.
pipenv shellpython darkroom.py- A positive image is created in the positive directory.