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.
- Host: GitHub
- URL: https://github.com/aleksandarbuk/image-modifier
- Owner: AleksandarBuk
- Created: 2023-06-12T20:44:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T09:54:25.000Z (10 months ago)
- Last Synced: 2025-01-29T16:29:29.343Z (4 months ago)
- Topics: pillow, pyqt6
- Language: Python
- Homepage:
- Size: 8.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.