Nano is simple image compress software. To reduce the size of the image.
You can compress single image or bulk image.
Initially its in BETA version.
Node version >= v16.13.12 | Download node from Node js.
See the instruction in node installation document for different Operating system like (mac, windows or linux)
npm version >= v8.1.0
-or-
yarn version >= 1.22.1 | Download yarn from Yarn js
git clone https://github.com/vikramparihar/nano.git
cd nano
yarn install / npm install (Recommanded yarn)
yarn run start/ npm start
-
Small Footprint.
-
Fast Image Compression with log output.
-
User freindly UI.
-
Bulk image compression.
-
3 image quality option (High, Medium, Low).
-
Convert user interface in react ui.
-
Support multiple image format (current JPEG Only)
-
Custom output directory
-
Better memory handling
This software is built using
[electron] (https://www.electronjs.org/)
[image library] (https://github.com/lovell/sharp)
[UI] (http://photonkit.com/)
MIT License