{"id":25770952,"url":"https://github.com/t8rin/blurtransformation","last_synced_at":"2025-08-16T02:04:41.748Z","repository":{"id":64429512,"uuid":"575725115","full_name":"T8RIN/BlurTransformation","owner":"T8RIN","description":"Blur effect for Coil AsyncImage","archived":false,"fork":false,"pushed_at":"2022-12-24T19:31:28.000Z","size":18,"stargazers_count":58,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T15:56:29.226Z","etag":null,"topics":["android","blur","blur-effect","blur-image","coil","coil-kotlin","image-processing","jetpack-compose","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T8RIN.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}},"created_at":"2022-12-08T06:44:17.000Z","updated_at":"2025-03-01T07:48:49.000Z","dependencies_parsed_at":"2023-01-30T21:16:05.223Z","dependency_job_id":null,"html_url":"https://github.com/T8RIN/BlurTransformation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/T8RIN/BlurTransformation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FBlurTransformation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FBlurTransformation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FBlurTransformation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FBlurTransformation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T8RIN","download_url":"https://codeload.github.com/T8RIN/BlurTransformation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FBlurTransformation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270657709,"owners_count":24623465,"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-16T02:00:11.002Z","response_time":91,"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":["android","blur","blur-effect","blur-image","coil","coil-kotlin","image-processing","jetpack-compose","kotlin"],"created_at":"2025-02-27T02:46:22.711Z","updated_at":"2025-08-16T02:04:41.723Z","avatar_url":"https://github.com/T8RIN.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlurTransformation\n\nThis class will help to add blur effect on coil AsyncImage\n\nCopy BlurTranformation.kt file to your repository and you are ready to engage!\n\n\n```kotlin\n//Usage example\nval request = ImageRequest.Builder(context)\n    .data(\"https://avatars.githubusercontent.com/u/52178347?v=4\")\n    .transformations(\n        listOf(\n           BlurTransformation(\n               scale = 0.5f,\n               radius = 25\n           )\n        ) \n    )\n    .build()\n        \nAsyncImage(\n  model = request,\n  modifier = Modifier.size(100.dp)\n  /*your other params*/\n)\n```\n\n## Note \nAlso remember to add this dependencies to local build.gradle folder\n```kotlin\n//Coil \nimplementation(\"io.coil-kt:coil:2.2.2\")\nimplementation(\"io.coil-kt:coil-compose:2.2.2\")\n```\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/t8rin/blurtransformation/stargazers)__ for this repository. :star: \u003cbr\u003e\nAnd __[follow](https://github.com/t8rin)__ me for my next creations! 🤩\n\n# License\n```xml\nDesigned and developed by 2022 T8RIN\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft8rin%2Fblurtransformation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft8rin%2Fblurtransformation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft8rin%2Fblurtransformation/lists"}