# brendan-duncan/image

Dart Image Library for opening, manipulating, and saving various different image file formats.

Repository: https://github.com/brendan-duncan/image
Canonical: https://ross.abutalabs.com/products/brendan-duncan-image
Language: Dart
License: MIT
License Family: permissive
Topics: dartlang, image, image-processing, jpeg, png, webp, dart, dart-library, dart-package, dart-web, flutter
Last push: 2026-08-19T05:04:05+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 4619, "days_push": 14, "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 1263, forks 304 (observed 2026-08-28T04:04:10.459232+00:00)

## What it is
A pure-Dart library for decoding, encoding, and manipulating images in many formats (PNG, JPEG, GIF, WebP, TIFF, BMP, and more). It works with dart:io and dart:html, supporting command-line, Flutter, and web applications.

## Use cases
- resize images and generate thumbnails in dart
- convert png to jpeg in flutter
- create animated gifs with dart
- read pixel values from an image in dart
- decode webp files without native dependencies
- apply filters and effects to images in a flutter app

## When to choose
- you need pure-Dart image handling with no native dependencies
- you target Flutter, web, and CLI from one codebase
- you need broad format support including animated PNG/GIF/WebP

## When to avoid
- you need maximum encoding/decoding performance for large batches (native libs are faster)
- you need advanced color management or RAW camera formats

## Facets
- artifact type: library
- maturity: active
- function: image-processing, parser
- domain: image-processing, cross-platform
- platform: cross-platform, cli
- tags: dart, flutter, png, jpeg, gif, webp, image-formats, thumbnailing, pixel-manipulation, web

## Member repositories
- brendan-duncan/image (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:10.459232+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-30T05:04:06.959823+00:00, confidence not recorded.
  - readme: https://github.com/brendan-duncan/image (fetched 2026-08-28T04:04:10.459232+00:00, sha d55337e515fd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
