Ross ROSS = Recommend OSS · open-source software intelligence for agents

Nyx0uf/NYXImagesKit

A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more. observed · 2026-08-28

github.com/Nyx0uf/NYXImagesKit · homepage · Objective-C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5599
  • days_rel: n/a
  • days_push: 2827
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2531 stars · 317 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity abandoned

image-processing image-processing mobile-development objective-c uiimage core-image vimage vdsp not-maintained ios mobile

2 sources

Member repositories

RepositoryRoleHealth v2
Nyx0uf/NYXImagesKitmain23

For agents

markdown · JSON · MCP: product_card(name="Nyx0uf/NYXImagesKit")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem