Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntbosscher/imageto2toned

Converts an image int a white and transparent image and removs all small groups of white
https://github.com/ntbosscher/imageto2toned

Last synced: 26 days ago
JSON representation

Converts an image int a white and transparent image and removs all small groups of white

Awesome Lists containing this project

README

        

# imageto2toned
Converts an image int a white and transparent image and removs all small groups of white

##Requires

python https://www.python.org
pillow
```
pip install Pillow
```

##Run

* Place image input.jpg in the same directory as main.py
* From terminal run
```
python ./main.py
```