image-rs/image
Encoding and decoding images in Rust observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4483
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
5862 stars · 720 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Rust library providing encoding and decoding for many common image formats (PNG, JPEG, GIF, WebP, AVIF, TIFF, and more) plus basic image processing functions. It offers a high-level API for loading, saving, and manipulating images via GenericImage/GenericImageView traits.
Use cases
- decode a png or jpeg image in rust
- convert images between formats
- resize and manipulate pixel buffers in rust
- load images from bytes with format detection
- encode images to webp or avif
When to choose
- you need a mature, widely-used pure-Rust image codec library
- you want basic image processing plus many format encoders/decoders in one crate
- you need a plugin interface for additional formats via image-extras
When to avoid
- you need advanced image editing features like layers or full photo manipulation
- you require GPU-accelerated image processing
- you need formats not covered by the crate or its plugin ecosystem
Facets
library · maturity stable
image-processing serialization image-processing graphics files rust cross-platform image-encoding image-decoding png jpeg webp avif tiff gif
2 sources
- readme: https://github.com/image-rs/image · fetched 2026-08-28 · 93ad7c8bdfc1
- registry_crates: https://crates.io/api/v1/crates/image · fetched 2026-08-29 · 4840e37ca5aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| image-rs/image | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem