{"id":13862511,"url":"https://github.com/vilmacio/depixelate","last_synced_at":"2025-07-14T12:31:03.592Z","repository":{"id":54723274,"uuid":"515406601","full_name":"vilmacio/depixelate","owner":"vilmacio","description":"Upscale an illustration and increase details","archived":false,"fork":false,"pushed_at":"2023-09-10T23:09:20.000Z","size":223,"stargazers_count":26,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-05T06:05:56.831Z","etag":null,"topics":["black-white","enhance","illustration","image-processing","no-ai-used","opencv","python","srcnn","upscaling","waifu2x"],"latest_commit_sha":null,"homepage":"https://vilmacio.github.io/depixelate-app/","language":"Python","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/vilmacio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-19T02:24:18.000Z","updated_at":"2024-05-10T02:15:48.000Z","dependencies_parsed_at":"2024-08-05T06:05:18.938Z","dependency_job_id":"11c63104-2c23-475e-8034-9de430d3b83c","html_url":"https://github.com/vilmacio/depixelate","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/vilmacio%2Fdepixelate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilmacio%2Fdepixelate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilmacio%2Fdepixelate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilmacio%2Fdepixelate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vilmacio","download_url":"https://codeload.github.com/vilmacio/depixelate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225974490,"owners_count":17553962,"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":["black-white","enhance","illustration","image-processing","no-ai-used","opencv","python","srcnn","upscaling","waifu2x"],"created_at":"2024-08-05T06:01:46.200Z","updated_at":"2024-11-22T22:31:14.463Z","avatar_url":"https://github.com/vilmacio.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Depixelate\nUpscaling and enhance low resolution images.\n\n\u003cimg src=\"assets/main-preview.jpg\" width=\"100%\"\u003e\n\n## Usage\nFirst of all, you might want to check out the [Online Demo](https://vilmacio.github.io/depixelate-app/). Once done, let's code.\n\n```console\n$ pip install depixelate\n```\n\n```python\nimport cv2\nimport depixelate\n\noriginal_image = cv2.imread('image.jpg')\n\nresult = depixelate.apply(original_image, 7, 600)\n```\n\n### Params\nThe **apply** method accepts 3 parameters:\n\n- **Image (Required)**: Original image to be changed.\n- **Weight (Optional)**: Indicates the power of the gaussian-blur algorithm. The higher the value, the more shape distortion. It must be between 1 and 10. Default value is 6.\n- **Width Scale (Optional)**: Indicates the width of the output image. Default value is 800.\n\n## Limitations\nDepixelate library helps with logos and some graphics, but it doesn't help when maximum sharpness and detail is needed.\u003cbr /\u003e\nIn the majority of cases, you'll want to improve the quality of low resolution images (about 300 pixels wide or less). Otherwise you might be a little disappointed.\n\n## Plans\n\n- [ ] [Depixelizing Pixel Art](https://johanneskopf.de/publications/pixelart/paper/pixel.pdf) Implementation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilmacio%2Fdepixelate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvilmacio%2Fdepixelate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilmacio%2Fdepixelate/lists"}