{"id":34829484,"url":"https://github.com/jazlopez/py-sketch-image","last_synced_at":"2026-04-19T21:03:09.135Z","repository":{"id":48592798,"uuid":"204845635","full_name":"jazlopez/py-sketch-image","owner":"jazlopez","description":"Generate sketch version from images. It uses python3 and OpenCV to create sketch version of your image.","archived":false,"fork":false,"pushed_at":"2021-11-15T06:27:10.000Z","size":229,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-30T20:14:31.502Z","etag":null,"topics":["image-processing","opencv","python","sketch"],"latest_commit_sha":null,"homepage":"https://jazlopez.github.io/py-sketch-image/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazlopez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-28T04:06:43.000Z","updated_at":"2023-02-20T16:33:27.000Z","dependencies_parsed_at":"2022-08-27T11:32:27.020Z","dependency_job_id":null,"html_url":"https://github.com/jazlopez/py-sketch-image","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jazlopez/py-sketch-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazlopez%2Fpy-sketch-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazlopez%2Fpy-sketch-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazlopez%2Fpy-sketch-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazlopez%2Fpy-sketch-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazlopez","download_url":"https://codeload.github.com/jazlopez/py-sketch-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazlopez%2Fpy-sketch-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32022561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["image-processing","opencv","python","sketch"],"created_at":"2025-12-25T15:32:03.853Z","updated_at":"2026-04-19T21:03:09.130Z","avatar_url":"https://github.com/jazlopez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-sketch-image\nGenerate sketch version from images. It uses python3 and OpenCV to create sketch version of your image.\n\nIt works by creating a gray version of your image and applying a sketch effect to the new file. Sketch version of your image will be stored at the same directory of original image.\n\n* Original image is not affected at all.\n\nExample:\n\n### ORIGINAL\n\n  \u003cimg src=\"https://raw.githubusercontent.com/jazlopez/py-sketch-image/master/source.jpg\"\u003e\n\n#### SKETCH\n\n  \u003cimg src=\"https://raw.githubusercontent.com/jazlopez/py-sketch-image/master/sketch_source.jpg\"\u003e\n\n\n\n#### 1. INSTALLATION\n\n```\npip3 install -r requirements.txt\n```\n\n#### 2. USAGE\n\nRun sketch.py providing the path of the image you want to sketch.\n\n```\npython3 sketch.py --source /image/path/to/original.png\n\n# above command will create a new file in directory where sketch.png exists whose file name starts with default prefix \"sketch_\" plus the original file name:\n# /image/path/to/original.png -\u003e /image/path/to/sketch_original.png\n\n# You can change the prefix to another string with the optional argument --prefix\n\npython3 sketch.py --source /image/path/to/original.png --prefix new_sketch_\n\n# output file: /image/path/to/new_sketch_original.png\n\n# For advanced users you can set optional arguments to control SIGMA_S SIGMA_R SHADE_FACTOR:\npython3 sketch.py --source original.png --sigma_s 9 --sigma_r 0.09 --shade 0.07 \n```\n#### 3. TODO:\n\n-   Create image sketch version bulk mode\n\n#### 4. VERSION\n\n1.0.0   Initial\n\n#### 5. CONTACT\nIf you have any idea on how to improve the software drop me a message at the link below.\n\n\u003ca href=\"jazlopez@github.com\"\u003eJaziel Lopez, Software Engineer\u003c/a\u003e\n\n\u003e *DISCLAIMER:* Be aware the softtware is provided as is without any support nor liability in any country and/or jurisdiction. Do not contact the author with complains and/or legal issues you may think the author is responsible of. In all time software author is not responsible for others actions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazlopez%2Fpy-sketch-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazlopez%2Fpy-sketch-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazlopez%2Fpy-sketch-image/lists"}