Image watermarked with a wall titan in my PC.
May look different on your PC. Application theme follows your system theme.
To use, navigate to the project directory and run:
pip install -r requirements.txt
- Uses
opencv-pythonto manipulate images.- If you didn't install from
requirements.txt:pip install opencv-python
- If you didn't install from
- Uses
customtkinterfor some nice visuals.- If you didn't install from
requirements.txt:pip install customtkinter - This can be changed in
main.pyif you prefer to use Python's standardtkinter.
- If you didn't install from
- Add text watermark to image with any given size, color, and opacity.
- Add an image watermark (logo) at any given opacity.
- Images resize to fit in the GUI, but are saved as their original size.
Uncomment the import from app.py and comment the import from custom_gui.py:
Choose any font color you want for the watermark text.
- Add option to watermark multiple parts of an image at the same time.
- Provide precision control over text watermark location.
Feedback and suggestions are appreciated!