ThinkCode
ThinkCode
I disable the raspberry PI on the website, and then I disable the printer. Raspberry PI's system won't boot when the printer starts up again
 使用项目中自带的二维码图片给这个图片打上水印  再次给上面打上水印的图片再次打上自己的二维码图片水印  成功解出了我的水印, 并且设置不同的密码依然可以覆盖  测试代码: ```Python #!/usr/bin/env python3 # -*- coding: utf-8 -*- import cv2 from blind_watermark import WaterMark import os os.chdir(os.path.dirname(__file__)) bwm = WaterMark(password_wm=123, password_img=123)...