{"id":41645395,"url":"https://github.com/awxkee/aire","last_synced_at":"2026-01-24T15:20:22.542Z","repository":{"id":220419649,"uuid":"751588641","full_name":"awxkee/aire","owner":"awxkee","description":"Fast\u0026Simple image processing in android","archived":false,"fork":false,"pushed_at":"2025-07-22T20:33:52.000Z","size":193392,"stargazers_count":43,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T01:39:03.321Z","etag":null,"topics":["android","blur","gaussian","image-processing"],"latest_commit_sha":null,"homepage":"","language":"C++","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/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":"2024-02-01T22:46:25.000Z","updated_at":"2025-10-21T05:46:38.000Z","dependencies_parsed_at":"2024-05-18T20:33:04.939Z","dependency_job_id":"381b04e1-892b-41cf-a108-42fd94ee2fd8","html_url":"https://github.com/awxkee/aire","commit_stats":null,"previous_names":["awxkee/aire"],"tags_count":147,"template":false,"template_full_name":null,"purl":"pkg:github/awxkee/aire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Faire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Faire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Faire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Faire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awxkee","download_url":"https://codeload.github.com/awxkee/aire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awxkee%2Faire/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","blur","gaussian","image-processing"],"created_at":"2026-01-24T15:20:21.917Z","updated_at":"2026-01-24T15:20:22.522Z","avatar_url":"https://github.com/awxkee.png","language":"C++","funding_links":["https://github.com/sponsors/awxkee"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\nAire\n\n\u003c/h1\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"API\" src=\"https://img.shields.io/badge/Api%2021+-50f270?logo=android\u0026logoColor=black\u0026style=for-the-badge\"/\u003e\u003c/a\u003e\n  \u003cimg alt=\"Kotlin\" src=\"https://img.shields.io/badge/Kotlin-a503fc?logo=kotlin\u0026logoColor=white\u0026style=for-the-badge\"/\u003e\u003c/a\u003e\n  \u003cimg alt=\"Cpp\" src=\"https://img.shields.io/static/v1?style=for-the-badge\u0026message=C%2B%2B\u0026color=00599C\u0026logo=C%2B%2B\u0026logoColor=FFFFFF\u0026label=\"/\u003e\u003c/a\u003e \n  \u003ca href=\"https://hits.sh/github.com/awxkee/aire/\"\u003e\u003cimg alt=\"Hits\" src=\"https://hits.sh/github.com/awxkee/aire.svg?style=for-the-badge\u0026label=Views\u0026extraCount=10\u0026color=54856b\"/\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/release/awxkee/aire?style=for-the-badge\"/\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n            \nFast \u0026 Simple image processing library for Android with 50+ available operations\n\nImage processing speed increased by [libhwy](https://github.com/google/highway)\n\n\u003c/div\u003e\n\n## Usage\n\n### 1. Add dependencies\n\n#### Kotlin (kts)\n```kotlin\nrepositories {\n  maven { setUrl(\"https://jitpack.io\") } // Add jitpack\n}\ndependencies {\n  implementation(\"com.github.awxkee:aire:LATEST_VERSION\") // Replace \"LATEST_VERSION\" with preferrend version tag\n}\n```\n\n#### Groovy\n```groovy\nrepositories {\n  maven { url 'https://jitpack.io' } // Add jitpack\n}\ndependencies {\n  implementation 'com.github.awxkee:aire:LATEST_VERSION' // Replace \"LATEST_VERSION\" with preferrend version tag\n}\n```\n\n### 2. Add `Aire` call as shown below\n\n```kotlin\nAire.gaussianBlur(\n    bitmap = input,\n    //Addional parameters\n)\n```\n\n## Available filters\n\n### Blur:\n\n- [x] Gaussian Blur\n- [x] Stack Blur\n- [x] Poisson blur\n- [x] Tent Blur\n- [x] Median Blur\n- [x] Bilateral Blur\n- [x] Fast Bilateral Approximation\n- [x] Anisotropic Diffusion\n- [x] Fast Gaussian Approximation\n- [x] Zoom Blur\n\n### Base operations:\n\n- [x] Saturation\n- [x] Contrast\n- [x] Brightness\n- [x] Sharp\n- [x] Unsharp\n- [x] Gamma\n- [x] Crop\n- [x] Rotate\n- [x] Affine transform\n- [x] Vibrance\n- [x] Dilate\n- [x] Erode\n- [x] Exposure\n- [x] Convolve 2D\n- [x] Scaling\n    * Bilinear\n    * Nearest Neighbour\n    * Bicubic\n    * Mitchell\n    * Lanczos3 ( Sinc )\n    * Catmull\n    * Hermite\n    * Spline\n    * BSpline\n    * Hann\n\n### Effects:\n\n- [x] Bokeh\n- [x] Fractal Effect\n- [x] Marble\n- [x] Oil\n- [x] Water effect\n- [x] Glitch\n- [x] Radial Tilt Shift\n- [x] Horizontal Tilt Shift\n- [x] Wind Stagger\n- [x] Monochrome\n- [x] Grain\n- [x] CLAHE ( Contrast limited histogram equalization )\n- [x] Histogram Equalization\n- [x] Adaptive Histogram Equalization\n\n### Postprocessing:\n\n- [x] Dehaze dark channel\n- [x] Remove shadows\n\n### Compression:\n\n- [x] Mozjpeg compression\n- [x] PNG Quantize\n- [x] Palette quantize\n\n### Tone Mapping:\n- [x] Uchimura\n- [x] Hable\n- [x] Aces Filmic\n- [x] Aces Hill\n- [x] Hejl Burgess\n- [x] Logarithmic\n- [x] Mobius\n- [x] Aldridge\n- [x] Drago\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/awxkee/aire/stargazers)__ for this repository. :star: \u003cbr\u003e\nAnd __[follow](https://github.com/awxkee)__ me for my next creations! 🤩\n\n## License\n```xml\nMIT License\n\nCopyright (c) 2024 Radzivon Bartoshyk\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawxkee%2Faire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawxkee%2Faire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawxkee%2Faire/lists"}