Initial project

This commit is contained in:
2026-02-21 10:59:32 +03:30
parent 56ca8c68e6
commit 608e908e34
9 changed files with 647 additions and 0 deletions

Binary file not shown.

BIN
assets/input.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

BIN
assets/output.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 MiB

46
assets/style.json Normal file
View File

@@ -0,0 +1,46 @@
{
"font_path": "assets/Vazirmatn-Regular.ttf",
"font_size": 90,
"center": [800, 450],
"fill": {
"type": "gradient",
"colors": ["#ff0080", "#7928ca"],
"direction": "vertical"
},
"stroke": {
"enabled": true,
"width": 4,
"color": "#000000"
},
"shadow": {
"enabled": true,
"offset": [8, 8],
"blur": 15,
"color": "#000000",
"opacity": 0.6
},
"outer_glow": {
"enabled": true,
"offset": [8, 8],
"blur": 20,
"color": "#ff00ff",
"opacity": 0.5
},
"inner_shadow": {
"enabled": false,
"offset": [3, 3],
"blur": 10,
"color": "#000000",
"opacity": 0.5
},
"letter_spacing": 5,
"line_height": 1.2,
"rotation": 0,
"opacity": 1.0
}