title: 核酸检测完成情况提醒bot:shell给图片添加文字水印 tags: [] id: '2459' categories:
上辈子造了孽,这辈子用微信。核酸检测完成情况提醒bot:shell解析json后,微信又出幺蛾子了,核酸检测表格的图片被屏蔽了,只有自己能看到,群里其他人看不到。现在需要每天给图片加点料,避开微信的检测。
#!/usr/bin/env bash
text=`date`
convert /root/itchat/COVID.19.testing_raw.png \
-gravity southeast -fill black -pointsize 16 \
-draw "text 5,5 '$text'" \
/root/itchat/COVID.19.testing.png