{"id":21378456,"url":"https://github.com/shima11/skinsmoothingfilter","last_synced_at":"2025-08-02T13:10:09.667Z","repository":{"id":224045800,"uuid":"757531160","full_name":"shima11/SkinSmoothingFilter","owner":"shima11","description":"A lightweight SkinSmoothing Filter using Metal and CoreImage.","archived":false,"fork":false,"pushed_at":"2025-01-17T03:47:12.000Z","size":3528,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T09:06:25.591Z","etag":null,"topics":["cifilter","coreimage","ios","macos","metal","shader"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/shima11.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-14T17:22:23.000Z","updated_at":"2025-05-25T15:13:26.000Z","dependencies_parsed_at":"2025-06-07T23:18:14.680Z","dependency_job_id":null,"html_url":"https://github.com/shima11/SkinSmoothingFilter","commit_stats":null,"previous_names":["shima11/skinsmoothingfilter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shima11/SkinSmoothingFilter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shima11%2FSkinSmoothingFilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shima11%2FSkinSmoothingFilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shima11%2FSkinSmoothingFilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shima11%2FSkinSmoothingFilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shima11","download_url":"https://codeload.github.com/shima11/SkinSmoothingFilter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shima11%2FSkinSmoothingFilter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268393982,"owners_count":24243330,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["cifilter","coreimage","ios","macos","metal","shader"],"created_at":"2024-11-22T09:31:48.479Z","updated_at":"2025-08-02T13:10:09.643Z","avatar_url":"https://github.com/shima11.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkinSmoothingFilter\n\nA lightweight SkinSmoothing Filter using Metal and CoreImage.\n\n| Before | After |\n| ------ | ----- |\n| ![Before](sample1.JPG) | ![After](sample2.JPG) |\n\n\n# Requirements\n\niOS 15+, macOS 11+\n\n# Installation\n\nYou can add SkinSmoothingFilter to your project via Swift Package Manager by adding the following to your `Package.swift` file:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/shima11/SkinSmoothingFilter.git\", .upToNextMajor(from: \"1.0.0\"))\n]\n```\n\n# Usage\n\nTo use the SkinSmoothingFilter, you first need to import the package into your project:\n\n```swift\nimport SkinSmoothingFilter\n```\n\nThen, create an instance of SkinSmoothingFilter, set your desired parameters, and process your images like so:\n\n```swift\nlet filter = SkinSmoothingFilter()\nfilter.inputImage = ciImage // Your input CIImage\nfilter.inputAmount = inputAmount // Smoothing amount\nfilter.inputSharpness = inputSharpness // Image sharpness\nfilter.inputRadius = inputRadius // Blur radius\n\nlet result = filter.outputImage // Processed CIImage\n```\n\n# Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue if you have any ideas, bug reports, or suggestions.\n\n# License\n\nSkinSmoothingFilter is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshima11%2Fskinsmoothingfilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshima11%2Fskinsmoothingfilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshima11%2Fskinsmoothingfilter/lists"}