🛋️ Homepage
Desktop application made with Python to watermark personal images.
- Open and run
main.py
in the editor/IDE of your choice. - Browse to open a file dialog frow image browsing on your computer.
- Cancel to cancel the operation and return to the main app GUI.
- Close to exit the app.
- Simply select Browse if you want to watermark subsequent images. No need to re-run the app for each image.
- The
images
folder contains 2 files:- An app logo image (
logo.png
) - A watermark image (
wm_rhc.png
)
- An app logo image (
- These images should be replaced with your own and placed in a directory named
images
in the same directory asmain.py
. Thelogo.png
isn't necessary for the app to work. - By default, the image you choose as your watermark will be placed in the upper-left corner of the image that you are watermarking.
- Once selected from the file browser, your image will be watermarked instantly. It will be saved, by default, to the
images
directory withwmrk
prepended to the original file name. - The input, output, and intial directory (for the file browser) can be edited in
main.py
.
- (Personal) Improve logo
- Write function(s) to watermark multiple images simultaneously.
- Write function to allow selection of watermark location on image via GUI.
Robert H. Carr, IV
- Twitter: @rhc_iv
- Github: @rhc-iv
- Mastodon: @rhciv1972
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator