GNU/Linux.ch Gewinnspiel
https://gnulinux.ch/gewinnspiel-text-ins-bild
| font | ||
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
Text ins Bild
Write the filename of an image into the image.
Requirements
- Linux
- Python 3.6 or higher
- ImageMagick 6
To install ImageMagick on Debian/Ubuntu run:
sudo apt install imagemagick
Usage
To convert all .jpg files run:
python3 main.py source_dir
The results are stored in the output directory.