1 dépôt
Generating multiple image sizes and formats from a single decode process to reduce overhead.
Distinct from Multi-Image Sample Processing: Focuses on efficiency through single-decode multi-output rather than aggregation of multiple different image samples.
Explore 1 awesome GitHub repository matching graphics & multimedia · Single-Pass Multi-Variation Generation. Refine with filters or upvote what's useful.
Imageflow is a high-performance image manipulation library and composition engine available as a C-compatible library, a command-line image processor, and a dynamic image processing server. It provides the means to decode, encode, and apply complex visual transformations to images through programmatic interfaces, JSON job files, or on-the-fly URL query strings. The system distinguishes itself through a graph-based processing pipeline that allows for single-pass multi-format encoding, generating multiple image sizes and formats from a single decode to reduce overhead. It further features a res
Generates several different image sizes and formats in a single job to minimize redundant decoding.