An open API service indexing awesome lists of open source software.

https://github.com/lkiarest/image-compress

批量压缩图片尺寸
https://github.com/lkiarest/image-compress

Last synced: about 1 year ago
JSON representation

批量压缩图片尺寸

Awesome Lists containing this project

README

          

# 批量图片压缩

自动遍历多级目录下的图片,按指定比率对图片进行批量压缩。

安装依赖
```
yarn
```

修改配置
```
{
"root": "D:\\imgs",
"format": [".jpg", ".png"],
"radio": 0.5, // 压缩比率(图片尺寸)
"removeOld": false, // 是否删除源文件,若不删除会将源文件重命名
}
```

执行
```
node index.js
```