Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.