标签:
参考链接 https://tinypng.com/developers/reference/python
1、安装
pip install --upgrade tinify
2、使用python脚本压缩图片
import tinify tinify.key = "YOUR_API_KEY" source = tinify.from_file("unoptimized.jpg") source.to_file("optimized.jpg")
3、注册获取key
https://tinypng.com/developers
每个月有500张免费使用
标签:
原文地址:http://www.cnblogs.com/lipeil/p/5301147.html