Skip to content

Commit e6cec11

Browse files
committed
update readme3
1 parent 4a964a3 commit e6cec11

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.MD

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All you need is a folder with all the images you want to add a signature / name
66
## Windows 10/11 Install
77
### Need to have python 3+ installed
88

9-
start.bat will install a python virtual enviroment (Venv)
9+
start.bat will install a python virtual enviroment (venv)
1010
### To use open the scrips/signature.py file in notepad
1111

1212
change the path to image folder to the folder of your images you want to add a signature to.
@@ -20,7 +20,9 @@ Add your name to the line
2020

2121
signature_text = 'ADD YOUR NAME HERE'
2222

23-
default font color is white but can be changed by changing the RGB numbers. Same with font line width and size.
23+
example signature_text = '-bigsk1'
24+
25+
default font color is white but can be changed by changing the RGB numbers. Same with font, line width and size.
2426

2527

2628
Save the file
@@ -31,6 +33,10 @@ double click start.bat to run
3133

3234
the signed images will be shown in the same image folder and have the signed file name added to them. The originals will not be touched.
3335

36+
example if your image name is 00925-3431573143.png
37+
then after will be 00925-3431573143_signed.png
38+
39+
3440
Supports ('.png', '.jpg', '.jpeg', '.bmp', '.tiff') upper and lowercase extention names like .PNG also
3541

3642

0 commit comments

Comments
 (0)