A lightweight desktop application to resize images for all operating systems.
- Resize images to a custom size.
- Resize images to a predefined size.
- Supports bmp, jpg and png formats.
- Clone the repository
git clone https://github.com/Justtejas/image-resizer.git
- Install the dependencies
npm install
- Change the following code in
main.js
file.- Uncomment line number 7 and line number 26 to 28.
- Change the width on line number 15 to "width: isDev ? 1000 : 500"
- Run the application
npm start
- Clone the repository
git clone https://github.com/Justtejas/image-resizer.git
- run
npm run package-win
to create a executable file in therelease-builds
folder. - Open the release-builds folder and run the executable file.
- Clone the repository
git clone https://github.com/Justtejas/image-resizer.git
- run
npm run package-linux
to create a executable file in therelease-builds
folder. - Open the release-builds folder and run the executable file.
- Clone the repository
git clone https://github.com/Justtejas/image-resizer.git
- run
npm run package-mac
to create a executable file in therelease-builds
folder. - Open the release-builds folder and run the executable file.