https://github.com/antonreshetov/image-optimizer
A tool for optimizing images and vector graphics.
https://github.com/antonreshetov/image-optimizer
cwebp electron image-compression image-compressor image-minify image-optimizer image-processing mozjpeg pngquant svgo vite vitejs vue vuejs webp
Last synced: about 1 year ago
JSON representation
A tool for optimizing images and vector graphics.
- Host: GitHub
- URL: https://github.com/antonreshetov/image-optimizer
- Owner: antonreshetov
- License: mit
- Created: 2021-11-25T11:46:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T07:02:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T16:13:13.587Z (about 1 year ago)
- Topics: cwebp, electron, image-compression, image-compressor, image-minify, image-optimizer, image-processing, mozjpeg, pngquant, svgo, vite, vitejs, vue, vuejs, webp
- Language: TypeScript
- Homepage:
- Size: 2.57 MB
- Stars: 900
- Watchers: 10
- Forks: 61
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Image Optimizer
Built with Electron, Vue & Vite.
A free and open source tool for optimizing images and vector graphics.
## Core libs
- [mozjpeg](https://github.com/mozilla/mozjpeg)
- [pngquant](https://pngquant.org)
- [cwebp](https://developers.google.com/speed/webp/docs/cwebp)
- [gifsicle](https://www.lcdf.org/gifsicle/)
- [SVGO](https://github.com/svg/svgo)
## Download and Installation on macOS
Go to [Releases](https://github.com/antonreshetov/image-optimizer/releases) get the latest build, download and install.
## Development
```bash
# install dependencies
yarn
# serve with hot reload
yarn dev
```
## Build
```bash
# build application for production
yarn build
```
## Related
- [Electron Vue Vite Boilerplate](https://github.com/antonreshetov/electron-vue-vite-boilerplate)
Copyright (c) 2021-present, Anton Reshetov.