Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whalecold/defective-pixel-checker

Simple tool to check the defective pixels in the image
https://github.com/whalecold/defective-pixel-checker

defective-pixels

Last synced: about 1 month ago
JSON representation

Simple tool to check the defective pixels in the image

Awesome Lists containing this project

README

        

Simple tool to check the defective pixel in the image.

should install the pil library first.
```
pip install pillow
pip install prettytable
```

command:
```
python main.py -f picture.jpg
```