Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T07:02:38.000Z (3 months ago)
- Last Synced: 2024-09-28T23:01:18.628Z (about 1 month 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: 884
- Watchers: 12
- Forks: 62
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - antonreshetov/image-optimizer - A tool for optimizing images and vector graphics. (TypeScript)
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.