Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        




Image Optimizer



GitHub package.json version
GitHub All Releases
GitHub



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.