python使用pil制作水印

import image, imageenhance
def reduce_opacity(im, opacity):
“””returns an image with reduced opacity.”””
assert opacity >= 0 and opacity

Posted in 未分类

发表评论