1
0
mirror of synced 2024-06-16 14:34:01 +02:00
art-research/image_processing/README

11 lines
233 B
Plaintext
Raw Normal View History

2023-08-20 14:22:14 +02:00
## 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`