# Nyx0uf/NYXImagesKit

A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more.

Repository: https://github.com/Nyx0uf/NYXImagesKit
Canonical: https://ross.abutalabs.com/products/nyximageskit
Homepage: https://github.com/Nyx0uf/SwiftyImages
Language: Objective-C
License: NOASSERTION
License Family: other
Topics: objective-c, image-processing, ios, uiimage, vimage
Last push: 2018-12-06T18:49:55+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5599, "days_push": 2827, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2531, forks 317 (observed 2026-08-28T04:06:58.860092+00:00)

## What it is
NYXImagesKit is an Objective-C static library for iOS providing a collection of UIImage categories for image operations such as filtering, blurring, masking, resizing, rotating, and enhancing. It leverages vDSP, vImage, and Core Image for performance and includes a UIImageView subclass for asynchronous image loading.

## Use cases
- apply filters like sepia, grayscale, or sharpen to uiimages in ios
- blur an image with a gaussian blur on ios
- crop or scale images while keeping aspect ratio
- mask one image with another image
- rotate or flip uiimages
- load an image asynchronously from a url into a uiimageview

## When to choose
- you maintain a legacy Objective-C iOS app needing simple UIImage manipulation utilities
- you want fast image filtering via vImage/vDSP/Core Image without writing your own code
- you need basic crop, scale, rotate, mask, and blur operations in one small library

## When to avoid
- you are starting a new project - the author recommends the Swift successor SwiftyImages
- you need actively maintained code with modern iOS support
- you need advanced image editing beyond the provided filters and operations

## Facets
- artifact type: library
- maturity: abandoned
- function: image-processing
- domain: image-processing, mobile-development
- platform: -
- tags: objective-c, uiimage, core-image, vimage, vdsp, not-maintained, ios, mobile

## Member repositories
- Nyx0uf/NYXImagesKit (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:58.860092+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:25:19.125197+00:00, confidence not recorded.
  - readme: https://github.com/Nyx0uf/NYXImagesKit (fetched 2026-08-28T04:06:58.860092+00:00, sha b67a24dbf4f0)
  - homepage: https://github.com/Nyx0uf/SwiftyImages (fetched 2026-08-29T10:07:31.085608+00:00, sha 8c062989119c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
