Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xanderfrangos/crushee

Desktop tool for batch image optimization and resizing. Available for Windows and Mac. Built with Electron and Node.js.
https://github.com/xanderfrangos/crushee

batch-optimization desktop electron express image-compression javascript jpeg nodejs png webp

Last synced: about 2 months ago
JSON representation

Desktop tool for batch image optimization and resizing. Available for Windows and Mac. Built with Electron and Node.js.

Awesome Lists containing this project

README

        




Crushee

*An image squisher*

Crushee is an image compression tool, powered by Electron and Node.js. It accepts JPEG, PNG, GIF, SVG, and WebP files, and will convert to JPEG, PNG, or WebP. It's useful for batch optimization and resizing images. You can carefully tune your images to meet your needs without having to re-upload or restart every time.

Crushee was primarily built with [Electron](https://electronjs.org/), [Node.js](https://nodejs.org/), [sharp](https://github.com/lovell/sharp/), and [imagemin](https://github.com/imagemin/imagemin).



## Download

**Download the lastest version from [crushee.app](https://crushee.app/) or the [Releases page](https://github.com/xanderfrangos/crushee/releases).**

Get Crushee from the Microsoft Store

## Build

- Download or clone.
- Run `npm install`.
- Run `npm run build` to build an executable or `npm start` to run a development build.

Note: For actual development, it's recommended to run `npm run parcel` and `npm run dev` seperately.

## License

Copyright © 2020 Xander Frangos

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.