{"id":16426833,"url":"https://github.com/wasabeef/composable-images","last_synced_at":"2025-03-16T17:34:56.295Z","repository":{"id":65982328,"uuid":"298064545","full_name":"wasabeef/composable-images","owner":"wasabeef","description":"The Composable Images is a library providing Jetpack Compose wrapper for Glide, Picasso, and Coil.","archived":false,"fork":false,"pushed_at":"2020-09-29T06:08:21.000Z","size":51034,"stargazers_count":107,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T11:49:55.012Z","etag":null,"topics":["android","coil","glide","jetpack-compose","picasso"],"latest_commit_sha":null,"homepage":"https://github.com/wasabeef/composable-images","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/wasabeef.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"wasabeef","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-09-23T18:49:12.000Z","updated_at":"2023-06-01T07:43:20.000Z","dependencies_parsed_at":"2023-02-19T19:15:47.542Z","dependency_job_id":null,"html_url":"https://github.com/wasabeef/composable-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fcomposable-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fcomposable-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fcomposable-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fcomposable-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasabeef","download_url":"https://codeload.github.com/wasabeef/composable-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822295,"owners_count":20353500,"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":["android","coil","glide","jetpack-compose","picasso"],"created_at":"2024-10-11T08:10:35.249Z","updated_at":"2025-03-16T17:34:51.256Z","avatar_url":"https://github.com/wasabeef.png","language":"Kotlin","funding_links":["https://github.com/sponsors/wasabeef"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\n  \u003ca href=\"https://developer.android.com/jetpack/compose\"\u003e\n    \u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/jetpack-compose.svg\" width=\"480px\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.apache.org/licenses/LICENSE-2.0\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-Apache%202-blue.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://bintray.com/wasabeef/maven/composable-images/_latestVersion\"\u003e\n    \u003cimg src=\"https://api.bintray.com/packages/wasabeef/maven/composable-images/images/download.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/wasabeef/composable-images/actions\"\u003e\n    \u003cimg src=\"https://github.com/wasabeef/composable-images/workflows/Android%20CI/badge.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## What is Composable Images?\n\nThe Composable Images is a library providing Jetpack Compose wrapper for [Coil], [Glide], and [Picasso].\n\n\u003ca href=\"https://github.com/coil-kt/coil\"\u003e\n  \u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/coil.png\" width=\"58px\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/bumptech/glide\"\u003e\n  \u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/glide.png\" width=\"64px\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/square/picasso\"\u003e\n  \u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/picasso.jpg\" width=\"64px\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://developer.android.com/jetpack/compose\"\u003e\n  \u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/jetpack-compose.svg\" width=\"100px\"/\u003e\n\u003c/a\u003e\n\n\n## Installation\n\n### Requirements\n- Android 5.0+ Lollipop (API level 21)\n\n### Repository\n```gradle\nrepositories {\n  jcenter()\n}\n```\n\n#### For [Coil] \u003ca href=\"https://github.com/coil-kt/coil\"\u003e\u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/coil.png\" width=\"12px\"/\u003e\u003c/a\u003e\n```gradle\ndependencies {\n  implementation 'jp.wasabeef.composable:coil:1.x.x'\n}\n```\n```kotlin\nCoilImage(\n  model = \"https://images.unsplash.com/photo-1588952159215-a4b39193464e\",\n  modifier = Modifier.preferredWidth(240.dp)\n) {\n  transformations(\n    BlurTransformation(context, 25f, 2f)\n  )\n}\n```\n\n#### For [Glide] \u003ca href=\"https://github.com/bumptech/glide\"\u003e\u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/glide.png\" width=\"12px\"/\u003e\u003c/a\u003e\n```gradle\ndependencies {\n  implementation 'jp.wasabeef.composable:glide:1.x.x'\n}\n```\n```kotlin\nGlideImage(\n  model = \"https://images.unsplash.com/photo-1588952159215-a4b39193464e\",\n  modifier = Modifier.preferredWidth(120.dp),\n  options = RequestOptions().centerCrop())\n```\n\n#### For [Picasso] \u003ca href=\"https://github.com/square/picasso\"\u003e\u003cimg src=\"https://github.com/wasabeef/composable-images/raw/main/art/picasso.jpg\" width=\"12px\"/\u003e\u003c/a\u003e\n```gradle\ndependencies {\n  implementation 'jp.wasabeef.composable:picasso:1.x.x'\n}\n```\n```kotlin\nPicassoImage(\n  model = \"https://images.unsplash.com/photo-1588952159215-a4b39193464e\",\n  modifier = Modifier.preferredWidth(120.dp),\n) {\n  centerInside()\n  rotate(90f)\n}\n```\n\n## Development\n\n### Setup \n\nThings you will need\n\n- Linux, Mac OS X, or Windows.\n- [Android Studio (Preview)](https://developer.android.com/studio/preview)\n- npm\n\n```\n$ npm install\n```\n\n### Build\n\n```\n$ ./gradlew assemble\n```\n\n### Formatting\n\n```\n$ ./gradlew ktlint\n```\n\n### Publishing to [Bintray](https://bintray.com/bintray/jcenter)\n\n```\n$ ./gradlew clean install build\n$ ./gradlew bintrayUpload -PbintrayUser=******** -PbintrayKey=***************\n```\n\n\n\n[Coil]: https://github.com/coil-kt/coil\n[Glide]: https://github.com/bumptech/glide\n[Picasso]: https://github.com/square/picasso\n[Fresco]: https://github.com/facebook/fresco\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabeef%2Fcomposable-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasabeef%2Fcomposable-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabeef%2Fcomposable-images/lists"}