{"id":18917005,"url":"https://github.com/biswadeep-roy/watermarkify","last_synced_at":"2026-04-22T21:33:53.682Z","repository":{"id":219225043,"uuid":"748363467","full_name":"biswadeep-roy/Watermarkify","owner":"biswadeep-roy","description":"Watermarkify is a Python tool designed to simplify the process of adding watermarks to images. Whether you're looking to brand your images with a logo or protect them with a custom text watermark, Watermarkify provides an easy-to-use solution.","archived":false,"fork":false,"pushed_at":"2024-01-26T05:46:02.000Z","size":532,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T16:50:44.002Z","etag":null,"topics":["jupyter","jupyter-notebook","opencv2","python3","watermark","watermark-image","watermarking"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/biswadeep-roy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-25T20:18:36.000Z","updated_at":"2024-01-26T05:46:06.000Z","dependencies_parsed_at":"2024-01-26T06:48:49.676Z","dependency_job_id":null,"html_url":"https://github.com/biswadeep-roy/Watermarkify","commit_stats":null,"previous_names":["biswadeep-roy/watermarkify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biswadeep-roy/Watermarkify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2FWatermarkify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2FWatermarkify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2FWatermarkify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2FWatermarkify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biswadeep-roy","download_url":"https://codeload.github.com/biswadeep-roy/Watermarkify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2FWatermarkify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32156603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter","jupyter-notebook","opencv2","python3","watermark","watermark-image","watermarking"],"created_at":"2024-11-08T10:23:22.291Z","updated_at":"2026-04-22T21:33:53.663Z","avatar_url":"https://github.com/biswadeep-roy.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Watermarkify\n\nWatermarkify is a Python tool designed to simplify the process of adding watermarks to images. Whether you're looking to brand your images with a logo or protect them with a custom text watermark, Watermarkify provides an easy-to-use solution.\n\nScreenshot of Output:\n\u003cbr\u003e\n![image](https://github.com/biswadeep-roy/Watermarkify/assets/74821633/b7f47fba-5bcc-4652-9342-7ff7ccf9b6a0)\n\n\n\n## Features\n\n- **Logo Watermark**: Seamlessly embed your logo onto images with customizable transparency levels.\n- **Text Watermark**: Add personalized text watermarks to your images with ease.\n- **Flexibility**: Adjust watermark positioning, size, and transparency to suit your needs.\n- **External URL Support**: Works effortlessly with images hosted online.\n\n## Installation\n\n1. Clone the repository:\n\n    ```\n    git clone https://github.com/biswadeep-roy/Watermarkify.git\n    ```\n\n2. Install dependencies:\n\n    ```\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n### Adding Logo Watermark\n\n```python\nfrom watermarkify import add_logo_watermark\n\n# Replace 'image_url' and 'logo_url' with actual image and logo URLs\nimage_url = 'YOUR_IMAGE_URL'\nlogo_url = 'YOUR_LOGO_URL'\n\nadd_logo_watermark(image_url, logo_url)\n```\n\nAdding Text Watermark\n\n```python\nfrom watermarkify import add_text_watermark\n\n# Replace 'image_url' with actual image URL\nimage_url = 'YOUR_IMAGE_URL'\n\nadd_text_watermark(image_url, 'YOUR_CUSTOM_TEXT')\n```\n\n## Contributing\nContributions are welcome! If you have ideas, suggestions, or bug fixes, please open an issue or submit a pull request.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\nWatermarkify utilizes the Pillow library for image processing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswadeep-roy%2Fwatermarkify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiswadeep-roy%2Fwatermarkify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswadeep-roy%2Fwatermarkify/lists"}