vikramparihar / nano

Nano is image compress tool built in electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Nano!

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.

Developer Requirements

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

Download source code


git clone https://github.com/vikramparihar/nano.git

cd nano

yarn install / npm install (Recommanded yarn)

yarn run start/ npm start

Feature

  • Small Footprint.

  • Fast Image Compression with log output.

  • User freindly UI.

  • Bulk image compression.

  • 3 image quality option (High, Medium, Low).

Screenshot

enter image description here

enter image description here

enter image description here

enter image description here

Demo

Youtube Demo link is here.

Todo

  • 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/)

License

MIT License

About

Nano is image compress tool built in electron.

License:MIT License


Languages

Language:CSS 64.7%Language:JavaScript 25.1%Language:HTML 10.2%