{"id":41645338,"url":"https://github.com/awxkee/avif-coder-coil","last_synced_at":"2026-01-24T15:20:15.468Z","repository":{"id":195375336,"uuid":"692808542","full_name":"awxkee/avif-coder-coil","owner":"awxkee","description":"AVIF/HEIF coder for Coil in Android","archived":false,"fork":false,"pushed_at":"2025-08-10T19:15:16.000Z","size":11068,"stargazers_count":34,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-26T01:39:03.394Z","etag":null,"topics":["android","avif","avif-decoder","coil","coil-image-loader","glide","heic","heic-decoder","heif"],"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/awxkee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"awxkee"}},"created_at":"2023-09-17T16:40:06.000Z","updated_at":"2025-09-09T20:08:05.000Z","dependencies_parsed_at":"2023-09-17T17:58:46.273Z","dependency_job_id":"18f51766-0a29-4334-9801-f7b025da162f","html_url":"https://github.com/awxkee/avif-coder-coil","commit_stats":null,"previous_names":["awxkee/avif-coder-coil"],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/awxkee/avif-coder-coil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Favif-coder-coil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Favif-coder-coil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Favif-coder-coil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Favif-coder-coil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awxkee","download_url":"https://codeload.github.com/awxkee/avif-coder-coil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Favif-coder-coil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28730318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","avif","avif-decoder","coil","coil-image-loader","glide","heic","heic-decoder","heif"],"created_at":"2026-01-24T15:20:14.927Z","updated_at":"2026-01-24T15:20:15.450Z","avatar_url":"https://github.com/awxkee.png","language":"Kotlin","funding_links":["https://github.com/sponsors/awxkee"],"categories":[],"sub_categories":[],"readme":"# AVIF/HEIF coil plugin for Android 24+\n\nLibrary eliminates many bugs from standart AVIF decoder, supports HDR and ICC profiles.\nCorrectly handles ICC, and color profiles and HDR images.\nFully supports HDR images, 10, 12 bit. Preprocess image in tile to increase speed.\nExtremly fast in decoding large HDR images or just large images.\nThe most features AVIF, HEIF library in android.\nSupported decoding in all necessary pixel formats in Android and avoids android decoding bugs.\n\n# Usage example\n\nJust add to image loader heif decoder factory and use it as image loader in coil\n\n```kotlin\nval imageLoader = ImageLoader.Builder(context)\n    .components {\n        add(HeifDecoder.Factory())\n    }\n    .build()\n```\n\n# Add Jitpack repository\n\n```groovy\nrepositories {\n    maven { url \"https://jitpack.io\" }\n}\n```\n\n```groovy\nimplementation 'com.github.awxkee:avif-coder-coil:1.7.5' // or any version above picker from release tags\n```\n\n# Disclaimer\n\n## AVIF\n\nAVIF is the next step in image optimization based on the AV1 video codec. It is standardized by the\nAlliance for Open Media. AVIF offers more compression gains than other image formats such as JPEG\nand WebP. Our and other studies have shown that, depending on the content, encoding settings, and\nquality target, you can save up to 50% versus JPEG or 20% versus WebP images. The advanced image\nencoding feature of AVIF brings codec and container support for HDR and wide color gamut images,\nfilm grain synthesis, and progressive decoding. AVIF support has improved significantly since Chrome\nM85 implemented AVIF support last summer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawxkee%2Favif-coder-coil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawxkee%2Favif-coder-coil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawxkee%2Favif-coder-coil/lists"}