add README.md files
This commit is contained in:
parent
4480e10dcf
commit
7f510ac0a4
2 changed files with 29 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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.
|
5
font/README.md
Normal file
5
font/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Fonts directory
|
||||
|
||||
In this directory are the font files. The license of each font is in the corresponding text file.
|
||||
|
||||
Source: https://fonts.google.com/
|
Loading…
Reference in a new issue