This website collects cookies to deliver better user experience
assets │ └─── fonts │ Satisfy.ttf │ ShadowIntoLight.ttf │ └─── images poster.png
{ "OutputPath": "out", "ImagesPath": "./assets/images/", "BackgroundImage": "poster.png", "FontsPath": "./assets/fonts/", "Title": { "Font": "ShadowsIntoLight.ttf", "Size": 300, "Color": "(254, 27, 28)", "Position": "(100, 50)" }, "Subtitle": { "Font": "Satisfy.ttf", "Size": 150, "Color": "(85, 30, 138)", "Position": "(100, 500)" } }
{ "Sample": { "Title": "PosterMark", "Subtitle": "Batch generate posters with custom text" } }
python3 -m venv .\venv
pip install -r .\requirements.txt
python posterMark.py
27
0