Aquamark
Aquamark is a simple Python application that allows users to add watermarks to their images. It uses the Tkinter library for the GUI and the PIL library for image processing.
Features
- Open an image file and display it in the application.
- Add a text watermark at a specified location with a specified color.
- Save the watermarked image to a file.
How to Use
- Run the
main.py
script to start the application. - Enter your watermark text, the X and Y coordinates for the watermark, and the color of the text in the provided input fields.
- Click the "Upload your image here" button to open an image file.
- Click the "Save" button to save the watermarked image to a file.
Requirements
- Python 3
- Tkinter
- PIL
Installation
- Clone this repository.
- Install the required libraries using pip:
pip install tkinter Pillow
- Run the
main.py
script to start the application.python main.py
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.