Go to file
OneNewDev 78e7883200 add license 2021-10-31 11:51:11 +01:00
font add README.md files 2021-10-31 11:31:33 +01:00
.gitignore init commit 2021-10-31 11:30:54 +01:00
LICENSE add license 2021-10-31 11:51:11 +01:00
README.md add README.md files 2021-10-31 11:31:33 +01:00
main.py init commit 2021-10-31 11:30:54 +01:00

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.