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