This take scans of stereo pairs from ISO Duplex 120 or ISO Super Duplex 120 and convert it to an animated GIF.
All cropping process done automatically, just keep borders black.
-
Clone or download repository.
-
Make sure you have Python interpreter installed.
python --version
-
Install requirement. Better to do this in virtual environment.
pip install -r requirements.txt
-
Run script.
Like this if you copy images to script directory.
python duplex2gif.py
or explicitly specified directory with scans.
python duplex2gif.py -p <path_to_images>
- Basic cropping and merging
- Check on B&W film
- Implement more robust cropping algorithm
- Check on color film
- Add process params to CLI