Added a batch processing feature which can be accessed using the `-b` flag. See 20 and 19 for more details.
In addition, the update featured a few quality of life updates. For example, the help menu now features descriptions for the options:
usage: trc_image_titler.py [-h] [-t TITLE] [-p PATH] [-o OUTPUT_PATH]
[-r TIER] [-l LOGO_PATH] [-b]
optional arguments:
-h, --help show this help message and exit
-t TITLE, --title TITLE
Adds a custom title to the image
-p PATH, --path PATH Selects an image file
-o OUTPUT_PATH, --output_path OUTPUT_PATH
Selects an output path for the processed image
-r TIER, --tier TIER Selects a image tier (free or premium)
-l LOGO_PATH, --logo_path LOGO_PATH
Selects a logo file for addition to the processed
image
-b, --batch Turns on batch processing
Likewise, images only display during single image processing. Batch processing is silent.
Finally, README includes new feature as well as a valid image sample. See samples folder for additional samples.