Skip to content
/ innpaint Public

simple nearest-neighbor inpainting algorithm implemented in Python using Pillow

License

Notifications You must be signed in to change notification settings

dboze/innpaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INNpaint

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!

Dependencies

  • Pillow

Installation

$ pip install -r requirements.txt

Testing

From the test directory, run

$ python ../inpaint.py lenna.png lenna-mask.png lenna-out.png

License

See LICENSE.txt

Authors

Daniel Bozeman

About

simple nearest-neighbor inpainting algorithm implemented in Python using Pillow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages