A very simple nearest-neighbor inpainting algorithm implemented in Python using the PIL fork Pillow. I'm pretty new to Python, so any suggestions as to how to make this more Pythonic are appreciated!
- Pillow
$ pip install -r requirements.txt
From the test directory, run
$ python ../inpaint.py lenna.png lenna-mask.png lenna-out.png
See LICENSE.txt
Daniel Bozeman