Skip to content

snow-sprite/CompressApp

Repository files navigation

Compress your images

English | 简体中文

A compressed images desktop program based on electron-vue

stars forks issues

The Typescript version:https://github.com/snow-sprite/TsCompressApp

Local 🚀🚀

Support:

  • A single folder
  • A single picture
  • Multiple images
  • Multiple folders
  • Multiple Folders and images
  • Unsupported format files are copied to the destination directory

Online 🚅🚅

  • Only online pictures with suffixes are supported. By default, they are generated in the system 「Download」 folder

Rename ✏️✏️

Batch renaming. Only a single folder can be uploaded.(e.g. from .jpg to .png)

The update information is written to the root directory updateInfo.json, and you can fill in any key

  • demo 🍐🍐
 {
   "update1": "Fix Windows download address error",
   "no.2": "Add the new batch renaming function",
   "c": '...'
 }

sample graph 📌📌

Local Online Settings Compressed Rename

Donate

If you find this project useful, you can buy author a glass of tea coffee juice.

WeChat Alipay

Build Setup ✒✒

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# rebuild electron application for production
npm run build:clean && npm run build