{"id":25176951,"url":"https://github.com/arsenico13/pyreswater","last_synced_at":"2025-04-04T01:42:40.913Z","repository":{"id":35550933,"uuid":"218345175","full_name":"arsenico13/pyreswater","owner":"arsenico13","description":"A python command-line tool to resize and watermark images.","archived":false,"fork":false,"pushed_at":"2023-10-03T22:35:17.000Z","size":37,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T13:19:46.969Z","etag":null,"topics":["hacktoberfest","python-command","watermark-images"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arsenico13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-29T17:31:32.000Z","updated_at":"2021-05-08T22:01:36.000Z","dependencies_parsed_at":"2023-01-15T23:16:57.983Z","dependency_job_id":null,"html_url":"https://github.com/arsenico13/pyreswater","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenico13%2Fpyreswater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenico13%2Fpyreswater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenico13%2Fpyreswater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenico13%2Fpyreswater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsenico13","download_url":"https://codeload.github.com/arsenico13/pyreswater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107830,"owners_count":20884797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest","python-command","watermark-images"],"created_at":"2025-02-09T13:19:55.368Z","updated_at":"2025-04-04T01:42:40.871Z","avatar_url":"https://github.com/arsenico13.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PYRESWATER\n\n\u003e A simple python command-line utility to resize and watermarking images.\n\n\n### Virtualenv\n\nDependencies are specified in the `requirements.txt` file as usual.\n\n\n## Usage examples\n\nThe logo for the watermark has to be a `png` file with trasparency (otherwise\nthe result would not be so good...but it's you choice).\n\nTo start use `Pyreswater` go inside the `watermark` folder and:\n\n\n- Resize all pictures inside the `images` folder to a maximum of 1800 pixels\n  and with no watermark:\n\n    python watermark.py -n -r -m 1800 images\n\n\n- Resize all pictures inside the `images` folder to a maximum of 2100 pixels,\n  at 300dpi, with white watermark:\n\n    python watermark.py -p -r -m 2100 images\n\n\n- Resize the file `ciccibalicci.jpg` to a maximum of 2000 pixels and append the\n  string `res` to the output file:\n\n    python watermark.py -s res -r -m 2000 ciccibalicci.jpg\n\n- Resize the file `ciccibalicci.jpg` to a maximum of 2100 pixels using the png\n  at the specified path:\n\n    python watermark.py -r -m 2100 -l \"images/logo/Custom_Logo.png\" ciccibalicci.jpg\n\nJust use `python watermark.py -h` to show the help text.\n\n\nRight now, all the processed images go inside the `watermarked` folder. In the\nfuture it will be possibile to save them beside the original.\n\n\n### DPI\n\nIf you don't specify the `-p` flag, all the processed images will be\nscaled to 150dpi. If you use `-p` they will be at 300dpi.\n\n\n#### Notes\n\nThis software grew up as a personal command-line tool to help me in my workflow\nwith my photos. It does what it's supposed to do.\nRight now is quite versatile (for a side project with no time dedicated to it)\nbut has some limitations.\n\nFeel free to try it. I may enhance it when the time comes...\n\nIf you have any requests, open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenico13%2Fpyreswater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsenico13%2Fpyreswater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenico13%2Fpyreswater/lists"}