20 10 月, 2017
【python案例】运用PIL在图片加上数字水印的方法
2017年10月20日 MK PYTHON 2 阅读 8587次
很多时候我们需要在图像上面加上水印,在php上面写这个问题要花大段的代码,但是python只需要几行代码。 首先看看我们的原图。 #!/usr/bin/python # -*- coding: utf-8 -*- from PIL import Image, ImageFont, […]
关注网站技术,一个特立独行的程序员
2017年10月20日 MK PYTHON 2 阅读 8587次
很多时候我们需要在图像上面加上水印,在php上面写这个问题要花大段的代码,但是python只需要几行代码。 首先看看我们的原图。 #!/usr/bin/python # -*- coding: utf-8 -*- from PIL import Image, ImageFont, […]