PNG JPG图片压缩方法
Posted lipeil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PNG JPG图片压缩方法相关的知识,希望对你有一定的参考价值。
参考链接 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张免费使用
以上是关于PNG JPG图片压缩方法的主要内容,如果未能解决你的问题,请参考以下文章