art-research/image_processing
paula 500989d1be moving the readme of image processing 2023-08-20 14:22:54 +02:00
..
README moving the readme of image processing 2023-08-20 14:22:54 +02:00
downgrademypic.py adding python script so to edit images using floyd steinberg dithering 2023-08-20 14:20:23 +02:00

README

## USAGE


Save a png in the same folder of the script and then:

```
python3 downgrademypic.py --image mypicture.png
```

That's it. The converted pic will be saved under "converted.png", you can also use `-i` instead of  `--image`