# Gregwar/Image

A PHP library to handle images

Repository: https://github.com/Gregwar/Image
Canonical: https://ross.abutalabs.com/products/gregwar-image
Language: PHP
License: MIT
License Family: permissive
Topics: php, resizes, crop, center, images, gd
Last push: 2024-09-23T15:02:03+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": 5511, "days_push": 709, "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 1014, forks 189 (observed 2026-08-28T04:03:13.990206+00:00)

## What it is
A PHP library providing a simple object-oriented API for image handling, resizing, cropping, and applying filters, with built-in caching of processed images. It wraps the GD library behind a fluent method-chaining interface.

## Use cases
- resize and crop images in php
- generate image thumbnails on the fly
- apply filters like grayscale or sepia to images
- cache processed image variants
- write text or draw shapes over images

## When to choose
- you need simple, chainable image manipulation in a PHP project
- you want automatic caching of transformed images
- you only need GD-based operations like resize, crop, and basic filters

## When to avoid
- you need advanced image processing beyond GD capabilities
- you work outside PHP
- you need high-performance or GPU-accelerated image processing

## Facets
- artifact type: library
- maturity: stable
- function: image-processing, caching
- domain: image-processing, web-development
- platform: php
- tags: gd, image-manipulation, resize, crop, fluent-api

## Member repositories
- Gregwar/Image (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:13.990206+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-30T07:11:30.203830+00:00, confidence not recorded.
  - readme: https://github.com/Gregwar/Image (fetched 2026-08-28T04:03:13.990206+00:00, sha 88504a9448da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
