# hdodenhof/CircleImageView

A circular ImageView for Android

Repository: https://github.com/hdodenhof/CircleImageView
Canonical: https://ross.abutalabs.com/products/circleimageview
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android, imageview, widget
Last push: 2024-05-03T11:20:49+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": 4611, "days_push": 852, "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 14488, forks 3078 (observed 2026-08-28T04:11:07.111341+00:00)

## What it is
A fast, lightweight circular ImageView widget for Android, ideal for profile pictures. It uses a BitmapShader for efficient rendering without bitmap copies or clip paths, and supports optional borders.

## Use cases
- display circular profile pictures in an Android app
- show avatars with a colored border
- crop images into a circle without clipping artifacts
- use with image loading libraries like Glide or Picasso
- add a round user photo widget to a layout XML

## When to choose
- you need a performant circular image view for profile or avatar images
- you want a simple drop-in Android widget with border support
- you need a mature, widely used library with a permissive license

## When to avoid
- you need custom scale types other than CENTER_CROP
- you need adjustViewBounds or TransitionDrawable support
- you want to display VectorDrawables efficiently
- you need circular ripple/selector effects out of the box

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, image-processing
- domain: mobile-development, android-tools, frontend
- platform: -
- tags: android, imageview, circular-image, profile-image, custom-view, java

## Member repositories
- hdodenhof/CircleImageView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:07.111341+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-29T17:12:31.842967+00:00, confidence not recorded.
  - readme: https://github.com/hdodenhof/CircleImageView (fetched 2026-08-28T04:11:07.111341+00:00, sha 14f533a151ae)
- Data as of 2026-08-30T08:39:29.467469+00:00.
