Text-ins-Bild/README.md

25 lines
343 B
Markdown

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