3 lines
149 B
Python
3 lines
149 B
Python
|
|
from watermarker.marker import add_mark
|
||
|
|
add_mark(file="test1.jpg", out="add_mark_test1.jpg",
|
||
|
|
mark="Python", opacity=0.2, angle=30, space=30)
|