Image Titler
The Image Titler is a tool which provides options for generating thumbnails for various social media platforms Currently, the tool has a predefined style which looks roughly like the following image:
To see more examples, check out our list of samples.
How to Run
The following code snippet demonstrates a few ways you might use the script:
pip install image-titler # Installs the script
image-titler # Runs as default
image-titler --title "Hello, World!" # Adds a custom title
image-titler --output_path "path/to/output" # Sets the output path
image-titler --path "path/to/image" # Sets the image path
image-titler --tier "free" # Sets the membership tier which changes the rectangle borders
image-titler --logo_path "path/to/logo" # Adds a 145x145 logo to the lower left corner of the image
image-titler --batch # Runs the program in batch mode on a directory
image-titler --font
…