Skip to content

siddharthsky/DnD_Resizar-DragNDrop_image_resizer

Repository files navigation

DnD Image Resizar

Simple python based image resizer with drag and drop support.

This is a simple Python application that allows you to resize images by dragging and dropping them onto the application window. It's perfect for quickly resizing images for use on websites or in presentations.

Usage

  1. Open the Executable (Resizar.exe)

  2. This will open the app in a new window.

  3. You can then drag and drop images onto the screen to resize them.

  4. Enter desired image resolution and press Resize

  5. The resizer file will be save in new folder called "Output"

Note

Executable is only available for Windows 8 and above.

Note

To use Resizar on other platforms run app.py

Requirements

For running the python code install the requirements.
pip install -r requirements.txt

Screenshots

Future

  • Adding an option to keep aspect ratio
  • Cross image format conversion (png>jpeg, ico>bmp)

Image formats supported.

  • JPEG (.jpg or .jpeg)
  • PNG (.png)
  • BMP (.bmp)
  • GIF (.gif)
  • TIFF (.tiff)
  • ICO (.ico)
  • WebP (.webp)

Contributing

Contributions are always welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple python app to resize image via drag and drop interface.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages