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

11 lines
233 B
Plaintext

## 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`