Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjg30737/pyqt-watermark-applier
PyQt app which can add watermark in multiple images at once
https://github.com/yjg30737/pyqt-watermark-applier
pillow pyqt pyqt-examples pyqt5 pyqt5-desktop-application pyqt5-examples pyqt5-gui python watermark
Last synced: 7 days ago
JSON representation
PyQt app which can add watermark in multiple images at once
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-watermark-applier
- Owner: yjg30737
- License: mit
- Created: 2023-11-12T02:42:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T05:16:06.000Z (5 months ago)
- Last Synced: 2024-12-23T16:21:09.727Z (18 days ago)
- Topics: pillow, pyqt, pyqt-examples, pyqt5, pyqt5-desktop-application, pyqt5-examples, pyqt5-gui, python, watermark
- Language: Python
- Homepage:
- Size: 11.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-watermark-applier
PyQt app which can add watermark in multiple images at once## How to Use
After selecting the watermark image file you want, you can apply the watermark to all images in the chosen folder. The watermark can be set for resizing, margins, position, tiling, and opacity. When the program closes, you will be prompted to decide whether to run it in the background. If it takes a long time, running it in the background might be a good option.Compare image files in "sample" folder and those in "result" folder.
## Requirements
* PySide6
* pillow## How to Run
1. git clone ~
2. pip install -r requirements.txt
3. python main.py**Or you can install this with [installer](https://github.com/yjg30737/pyqt-watermark-applier/releases/tag/v1.0.0) here 🤗**
## Preview
![image](https://github.com/yjg30737/pyqt-watermark-applier/assets/55078043/5c41d144-8baa-4b61-9c55-73903c03f7cb)