# wasabeef/glide-transformations

An Android transformation library providing a variety of image transformations for Glide.

Repository: https://github.com/wasabeef/glide-transformations
Canonical: https://ross.abutalabs.com/products/glide-transformations
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android, android-library, image-processing, glide, kotlin, java
Last push: 2022-03-08T16:07:21+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": 4254, "days_push": 1639, "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 9883, forks 1400 (observed 2026-08-28T04:10:37.627459+00:00)

## What it is
An Android library that provides a collection of bitmap transformations (crop, blur, grayscale, rounded corners, masks, and GPU-based filters) for use with the Glide image loading library. It supports chaining multiple transformations via MultiTransformation.

## Use cases
- apply blur effect to images loaded with glide
- show circular or rounded corner avatars in android
- convert images to grayscale in an android app
- apply gpu filters like sepia or sketch to bitmaps
- crop images to square or circle shapes in android
- combine multiple image transformations in glide

## When to choose
- your android app already uses Glide and you need common image transformations
- you want ready-made blur, crop, color filter, or GPU filter effects without writing custom BitmapTransformation code

## When to avoid
- your project uses Coil, Picasso, or Fresco instead of Glide (use the sibling libraries instead)
- you need advanced custom image editing beyond the provided transformation set

## Facets
- artifact type: library
- maturity: maintenance
- function: image-processing
- domain: android-tools, image-processing, mobile-development
- platform: -
- tags: glide, bitmap-transformations, gpu-filters, blur, rounded-corners, kotlin, java, android

## Member repositories
- wasabeef/glide-transformations (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:37.627459+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:20:21.339481+00:00, confidence not recorded.
  - readme: https://github.com/wasabeef/glide-transformations (fetched 2026-08-28T04:10:37.627459+00:00, sha e31cf99e1259)
- Data as of 2026-08-30T08:39:29.467469+00:00.
