代理了 Tinypng 不限制数量 不限制图片5MB大小

Tinypng 官网

https://tinypng.com

上传文件方式压缩

请求体

curl --data-binary @yourimg.png -i https://tinypng.deeplx.net/shrink

响应体

{
    "input": {
        "size": 45617,
        "type": "image/png"
    },
    "output": {
        "size": 7457,
        "type": "image/png",
        "width": 1546,
        "height": 804,
        "ratio": 0.1635,
        "url": "https://api.tinify.com/output/8whzap85w78ypd2pexv2188jds46tvkt"
    }
}

https://api.tinify.com/output/8whzap85w78ypd2pexv2188jds46tvkt 就是压缩后的文件地址,此地址不要作为生产地址

7 个赞

代理大佬

1 个赞

666

1 个赞

厉害厉害

确实很强

大佬牛哇