Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnmore/image-editing
Tkinter GUI Python program using Pillow package to resize or add text watermark on an image and Numpy to covert to grayscale
https://github.com/dnmore/image-editing
numpy-library pillow-library python tkinter-gui
Last synced: about 5 hours ago
JSON representation
Tkinter GUI Python program using Pillow package to resize or add text watermark on an image and Numpy to covert to grayscale
- Host: GitHub
- URL: https://github.com/dnmore/image-editing
- Owner: dnmore
- Created: 2023-08-02T07:20:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-30T16:03:01.000Z (20 days ago)
- Last Synced: 2024-10-30T17:18:26.382Z (20 days ago)
- Topics: numpy-library, pillow-library, python, tkinter-gui
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Editing App
## Overview
A powerful yet simple image editing tool using Python. Users can resize images, apply watermarks, and convert images to grayscale with an intuitive interface.## π₯ Features
* Resize images
* Add text watermarks to images
* Convert images to grayscale## π οΈ Tech Stack
* `Python`β Programming language for the application
* `Tkinter`β GUI toolkit for a user-friendly interface
* `Pillow`β Image processing library for powerful editing features
* `NumPy`β Library for numerical operations## π Getting Started
To run the application, ensure that the required Python libraries (`Pillow`, `NumPy`) are installed, and then run the Python script.## πLicense
This project is licensed under the MIT License.