think2011/localResizeIMG
🔥 前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件 observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4042
- days_rel: n/a
- days_push: 1965
- n_releases_24m: 0
Adoption not part of the score
3219 stars · 969 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
localResizeIMG (lrz) is a dependency-free JavaScript library that compresses and resizes images in the browser using canvas before upload, handling device quirks like EXIF orientation and missing JPEG encoders. It loads device-specific files on demand and works on iOS, Android, and desktop browsers (IE10+).
Use cases
- compress images in the browser before uploading
- resize user-uploaded photos on mobile devices
- fix image rotation issues on iOS and Android
- reduce bandwidth when uploading photos from a web app
- compress images taken with a phone camera client-side
- handle canvas image compression across quirky mobile browsers
When to choose
- you need client-side image compression for a legacy mobile web app targeting old Android/iOS browsers
- you want a zero-dependency vanilla JS image compressor with AMD/CMD support
- you must handle EXIF orientation and device-specific canvas bugs on older devices
When to avoid
- starting a new project, since the project is explicitly unmaintained
- you need guaranteed bug-free behavior on modern Android devices, as known issues remain open
- you need a license — the repository has no license file, limiting legal reuse
- server-side or Node.js image compression
Facets
library · maturity abandoned
image-processing file-upload image-processing frontend web-development mobile-development browser cross-platform image-compression canvas client-side mobile-web unmaintained javascript
2 sources
- readme: https://github.com/think2011/localResizeIMG · fetched 2026-08-28 · 7bdaf2dffe7d
- homepage: http://think2011.github.io/localResizeIMG/test/ · fetched 2026-08-29 · 82627636fb57
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| think2011/localResizeIMG | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="think2011/localResizeIMG")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem