olomi
A python program that allows users to generate watermarked images.
A python program that allows users to generate watermarked images.
A python program that allows users to generate watermarked images.
images/ folder and your watermark image as mord.png in the project root.python main.py. The script opens each images/*.jpeg file, resizes the watermark to at most 500×50 pixels, and pastes it at position (20, 20) on the image.output/ folder (created automatically if it does not exist).Pillow Matplotlib
git clone https://github.com/highb33kay/Watermarker.git
py -m venv venv
.\env\Scripts\activate
note: you should be on the same dir as requirements.txt file
pip install -r requirements.txt
Run main.py in your virtual enviroment
Visit the Repository to the Project on Github Website: "https://github.com/highb33kay/Watermarker.git"
Fork the repository: Click the "Fork" button on the upper right corner of the Repo page.
Make a Local Clone: Clone the forked repository to your local machine (computer)
git clone https://github.com/highb33kay/Watermarker.gitcd into project directory
pip install -r requirements.txt
git clone https://github.com/highb33kay/Watermarker.gitgit pull upstream mainOpen the Project up in your code Editor
Complete your assigned task / Feature on your local machine.
When you are ready to add and push your feature / task to the Repo,
git add file_namegit commit -m "Commit message"git pull upstream maingit push upstream mainCompare & pull request button will appear in GitHub page of your repo.If you are asked to make changes on the same feature, repeat steps 8 to 13 to add more commits to your pull request.