You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

视频添加文字水印2.py 149B

1 年之前
123
  1. from watermarker.marker import add_mark
  2. add_mark(file="test1.jpg", out="add_mark_test1.jpg",
  3. mark="Python", opacity=0.2, angle=30, space=30)