1 repo
Algorithms and utilities for scaling image dimensions using high-quality filtering techniques.
Distinguishing note: No existing candidates provided; focuses on in-memory pixel manipulation and resampling.
Explore 1 awesome GitHub repository matching graphics & multimedia · Image Resizing Libraries. Refine with filters or upvote what's useful.
This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off
The library resizes images by scaling pixel data to new dimensions using high-quality filtering algorithms for downsampling and upsampling operations performed directly in memory.