Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntbosscher/imageto2toned
- Owner: ntbosscher
- Created: 2015-12-05T22:02:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T22:09:15.000Z (about 9 years ago)
- Last Synced: 2023-03-11T15:47:53.587Z (almost 2 years ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```