tuoheng_algN/test/水印/视频添加文字水印2.py

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)