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
- Host: GitHub
- URL: https://github.com/rikcav/image-resizer-electron
- Owner: rikcav
- License: mit
- Created: 2024-04-19T14:21:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T14:29:15.000Z (about 1 year ago)
- Last Synced: 2025-01-21T11:30:38.252Z (5 months ago)
- Topics: electron, image-resizer
- Language: CSS
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.