# Sunzxyong/Tiny

an image compression framework.（一个高保真、高压缩比的图片压缩框架）

Repository: https://github.com/Sunzxyong/Tiny
Canonical: https://ross.abutalabs.com/products/tiny
Language: C
License: Apache-2.0
License Family: permissive
Topics: image-compression, bitmap-optimization, file-compression, compress
Last push: 2020-10-07T10:50:31+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": 3438, "days_push": 2156, "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 2627, forks 347 (observed 2026-08-28T04:07:05.403302+00:00)

## What it is
Tiny is a high-fidelity, high-compression-ratio image compression framework for Android, implemented with native C code and no external dependencies. It supports asynchronous and synchronous compression of images to bitmaps or files, delivering results comparable to WeChat's compression quality.

## Use cases
- compress images on Android before uploading
- reduce photo file size while keeping quality
- compress bitmaps asynchronously in an Android app
- shrink camera photos to smaller resolutions
- batch compress images with a thread pool
- compress images to files or bitmaps with configurable options

## When to choose
- you need high compression ratios with high visual fidelity on Android
- you want a dependency-free image compression library
- you need both async and sync compression APIs
- you want compression quality comparable to WeChat

## When to avoid
- you need a cross-platform or server-side image compression solution
- you require actively maintained software (last release 2020)
- you target platforms other than Android
- you need modern image formats like AVIF or WebP-specific tooling

## Facets
- artifact type: library
- maturity: maintenance
- function: image-processing, compression
- domain: image-processing, mobile-development, android-tools
- platform: -
- tags: image-compression, bitmap, android, native-code, high-fidelity, mobile

## Member repositories
- Sunzxyong/Tiny (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:05.403302+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-30T02:19:43.516254+00:00, confidence not recorded.
  - readme: https://github.com/Sunzxyong/Tiny (fetched 2026-08-28T04:07:05.403302+00:00, sha b5cb143b0e44)
- Data as of 2026-08-30T08:39:29.467469+00:00.
