代码

img=ImageSource("水印文件", pixel_type="RGB32")
Overlay(img, x=10, y=10, mask=img.showAlpha(), opacity=0.65)

x,y是坐标,opacity是透明度。