Skip to content

Mac & Windows下快速批量调整图片尺寸 image resize

Notifications You must be signed in to change notification settings

xpf0000/ImageResize

Repository files navigation

图片尺寸调整

App Icon

Mac & Windows下快速批量调整图片尺寸

GitHub release Total Downloads

图片尺寸调整 是一款Mac & Windows下快速批量调整图片尺寸的应用

✨ 特性

  • 简洁明了的图形操作界面
  • 多线程并行处理 极致的处理速度

💽 安装稳定版

GitHub 提供了已经编译好的稳定版安装包,当然你也可以自己克隆代码编译打包。

🖥 应用界面

screen0.png screen1.png

⌨️ 本地开发

克隆代码

git clone [email protected]:xpf0000/ImageResize.git

安装依赖

cd ImageResize
yarn install

无法安装electron的建议使用淘宝的 npm 源

npm config set registry 'https://registry.npm.taobao.org'
export ELECTRON_MIRROR='https://npm.taobao.org/mirrors/electron/'
export SASS_BINARY_SITE='https://npm.taobao.org/mirrors/node-sass'

如果喜欢 Yarn,也可以使用 yarn 安装依赖

开发模式

yarn run dev

编译打包

yarn run build

完成之后可以在项目的 release 目录看到编译打包好的应用文件

问题反馈及建议

提Issues, 或者扫码加QQ群

QQqun.png

🛠 技术栈

📜 开源许可

基于 MIT license 许可进行开源。