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

https://github.com/aleksandarbuk/image-modifier

Pillow-PyQt6-Image-Resizer is a versatile image manipulation tool that combines the power of Pillow for image processing, PyQt6 for a user-friendly GUI, and dynamic dimension retrieval to simplify image resizing and enhancement tasks.
https://github.com/aleksandarbuk/image-modifier

pillow pyqt6

Last synced: 2 months ago
JSON representation

Pillow-PyQt6-Image-Resizer is a versatile image manipulation tool that combines the power of Pillow for image processing, PyQt6 for a user-friendly GUI, and dynamic dimension retrieval to simplify image resizing and enhancement tasks.

Awesome Lists containing this project

README

        

`Pillow-PyQt6-Image-Resizer`

A personal tool that I devloped to modify the images when I'm working with images :)

* Pillow (PIL Fork): Utilizes the Pillow library for image processing, including resizing and applying a sharpening filter to enhance image quality.
* PyQt6: Employs the PyQt6 library to create an intuitive graphical user interface, allowing you to select images, set custom dimensions, and save them in JPEG format.
* Dynamic Dimension Retrieval: Automatically retrieves and displays the original dimensions of the selected image, making resizing a breeze.