# JimBobSquarePants/ImageProcessor

:camera: A fluent wrapper around System.Drawing for the processing of image files.

Repository: https://github.com/JimBobSquarePants/ImageProcessor
Canonical: https://ross.abutalabs.com/products/imageprocessor
Homepage: https://jimbobsquarepants.github.io/ImageProcessor/
Language: C#
License: Apache-2.0
License Family: permissive
Topics: image-processor, c-sharp, jpeg, gif, png, bmp, tiff, webp, aspnet
Archived: true
Last push: 2023-09-06T04:52:51+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5210, "days_push": 1092, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2493, forks 489 (observed 2026-08-28T04:06:56.608362+00:00)

## What it is
ImageProcessor is a fluent C# wrapper around System.Drawing for on-the-fly image processing, supporting formats like JPEG, PNG, GIF, BMP, TIFF, and WebP. It includes a desktop library and an ASP.NET dynamic image-processing extension, but the project has been retired in favor of ImageSharp.

## Use cases
- resize and crop images in a .NET application
- process images on-the-fly in ASP.NET
- convert images between jpeg, png, gif, and webp formats
- add watermarks to uploaded images
- generate thumbnails for a website

## When to choose
- you are locked into .NET Framework on Windows and cannot migrate
- maintaining a legacy ASP.NET application that already uses ImageProcessor

## When to avoid
- you are on .NET Core, .NET 5+, or any non-Windows OS
- starting a new project - use ImageSharp instead
- you need actively maintained software with security fixes

## Facets
- artifact type: library
- maturity: abandoned
- function: image-processing
- domain: image-processing, web-development
- platform: windows, dotnet
- tags: system-drawing, aspnet, fluent-api, retired, csharp

## Member repositories
- JimBobSquarePants/ImageProcessor (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:56.608362+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:27:17.934057+00:00, confidence not recorded.
  - readme: https://github.com/JimBobSquarePants/ImageProcessor (fetched 2026-08-28T04:06:56.608362+00:00, sha a190250b1345)
  - homepage: https://jimbobsquarepants.github.io/ImageProcessor/ (fetched 2026-08-29T10:09:27.522945+00:00, sha 99d3fbcf9d53)
- Data as of 2026-08-30T08:39:29.467469+00:00.
