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

https://github.com/rikcav/image-resizer-electron

A simple image resizer electron application
https://github.com/rikcav/image-resizer-electron

electron image-resizer

Last synced: 3 months ago
JSON representation

A simple image resizer electron application

Awesome Lists containing this project

README

        

# Image Resizer

This is a simple image resizer application built with pure JavaScript, Electron, and two libraries: "toastify" for notifications and "resize-img" for resizing images.

## Features

- Resize images to specified dimensions.
- Receive notifications using the "toastify" library.

## Installation

1. Clone the repository.
2. Run `npm install` to install dependencies.

## Usage

1. Run `npm start` to start the application.
2. Select an image file to resize.
3. Specify the dimensions for resizing.
4. Click the "Resize" button to resize the image.
5. Check the directory to see the resulting resized image.

## Libraries Used

- [toastify](https://github.com/apvarun/toastify-js): For notifications.
- [resize-img](https://www.npmjs.com/package/resize-img): For resizing images.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.