/duplex2gif

Convert stereo images from 📷ISO Duplex 120 or 📷ISO Super Duplex 120 to GIF

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

duplex2gif

What it is?

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.

Camera: ISO Duplex Super 120

What film look like: Film

Scan: Scan

Resulting GIF: GIF

How to use?

  1. Clone or download repository.

  2. Make sure you have Python interpreter installed.

    python --version
  3. Install requirement. Better to do this in virtual environment.

    pip install -r requirements.txt
  4. 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>

TODO

  • Basic cropping and merging
  • Check on B&W film
  • Implement more robust cropping algorithm
  • Check on color film
  • Add process params to CLI