This is a simple Electron-based application for resizing images. It allows users to easily resize images to specified dimensions.
- Resize images to custom dimensions.
- Maintain aspect ratio or stretch to fit.
- Supports various image formats (JPEG, PNG, GIF, etc.).
- Intuitive user interface.
To get started with the Image Resizer App, follow these steps:
-
Clone the Repository
git clone https://github.com/rahulc0dy/Image-Resizer.git
-
Install Dependencies
cd image-resizer-app npm install
-
Run the App
npm start
- Launch the application.
- Click the "Open Image" button to select an image file from your computer.
- Specify the desired width and height for the resized image.
- Click the "Resize" button to generate the resized image.
- The resized image will be saved in the directory Shown in the location below with the same filename.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Electron team for providing an amazing framework.
If you encounter any issues or have questions, please open an issue in the Issue Tracker.