We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271f334 commit 5b1ad2cCopy full SHA for 5b1ad2c
1 file changed
illuz/0000/0000_add_number_to_image.py
@@ -5,6 +5,12 @@
5
# Will backup the image in ./[file]_bak.[ext]
6
# Usage: add_number_to_image.py [image] [number]
7
8
+'''
9
+第 0000 题:
10
+将你的 QQ 头像(或者微博头像)右上角加上红色的数字,
11
+类似于微信未读信息数量那种提示效果.
12
13
+
14
from PIL import Image, ImageDraw, ImageFont
15
import sys, shutil
16
0 commit comments