# qiujuer/ImageBlurring

Android blurring image(bitmap) by java and jni.

Repository: https://github.com/qiujuer/ImageBlurring
Canonical: https://ross.abutalabs.com/products/imageblurring
Homepage: http://genius.qiujuer.net/module/blur.html
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2017-02-21T06:23:54+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4519, "days_push": 3480, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1459, forks 303 (observed 2026-08-28T04:04:47.198079+00:00)

## What it is
An Android library for blurring bitmaps using Java (stack blur), RenderScript, or JNI-backed C implementations. It has been integrated into the Genius-Android project and has not been updated since 2017.

## Use cases
- blur images in an android app
- apply gaussian-like blur to bitmaps
- fast native bitmap blurring via jni
- blur large images efficiently on android
- stack blur implementation for android

## When to choose
- you need fast bitmap blurring on older Android versions with JNI acceleration
- you are already using Genius-Android and want its blur module
- you need a pure Java stack blur fallback

## When to avoid
- you need a maintained library with recent Android support
- your minSdk is modern enough to use RenderScript alternatives or built-in blur APIs
- you need blurring outside of Android

## Facets
- artifact type: library
- maturity: abandoned
- function: image-processing, graphics
- domain: image-processing, android-tools, mobile-development
- platform: jvm
- tags: blur, stack-blur, jni, renderscript, bitmap, android, mobile

## Member repositories
- qiujuer/ImageBlurring (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:47.198079+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:35:28.436411+00:00, confidence not recorded.
  - readme: https://github.com/qiujuer/ImageBlurring (fetched 2026-08-28T04:04:47.198079+00:00, sha 3c2ac87c5e5f)
  - homepage: http://genius.qiujuer.net/module/blur.html (fetched 2026-08-29T11:44:16.543813+00:00, sha 961c5b639b06)
  - site_page: http://genius.qiujuer.net/about/index.html (fetched 2026-08-29T11:44:16.546332+00:00, sha 1e4f01cdf967)
- Data as of 2026-08-30T08:39:29.467469+00:00.
