# chengdazhi/StyleImageView

Add styles and filters to ImageViews, Views' backgroud, Drawables and Bitmaps, with animation and bitmap output.

Repository: https://github.com/chengdazhi/StyleImageView
Canonical: https://ross.abutalabs.com/products/styleimageview
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2017-01-17T04:48:26+00:00

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

## Adoption (not part of the score)
Stars 1439, forks 147 (observed 2026-08-28T04:04:44.036871+00:00)

## What it is
An Android library that applies styles and filters (e.g., grayscale, sepia, invert, vintage) plus brightness and contrast adjustments to ImageViews, View backgrounds, Drawables, and Bitmaps using ColorFilters. It supports animated transitions and exporting the styled result as a Bitmap.

## Use cases
- apply instagram-like filters to images in an android app
- animate image style transitions in android
- convert an imageview to grayscale or sepia
- adjust brightness and contrast of a drawable
- export a styled bitmap from a view
- style a view's background with a color filter

## When to choose
- you need quick, lightweight image styling on Android views without a full image-processing pipeline
- you want animated filter transitions on ImageViews or Drawables
- you need to capture the styled result as a Bitmap

## When to avoid
- your project already uses ColorFilter elsewhere, since effects may conflict
- you need GPU-accelerated or GPU shader-based image effects
- you need a maintained library with recent updates (last release 2017)

## Facets
- artifact type: library
- maturity: maintenance
- function: image-processing, animation, ui-components
- domain: android-tools, image-processing, mobile-development
- platform: jvm
- tags: android-view, color-filter, bitmap-output, image-filters, ui-library, android, mobile

## Member repositories
- chengdazhi/StyleImageView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.036871+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:36:36.033449+00:00, confidence not recorded.
  - readme: https://github.com/chengdazhi/StyleImageView (fetched 2026-08-28T04:04:44.036871+00:00, sha 5ef0bc3bdebf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
