1 مستودع
Encoding a sequence of image transformations as URL query parameters, executed in order within a single request.
Distinct from Parameter-Driven Middleware: Distinct from Parameter-Driven Middleware: focuses on chaining multiple operations via URL parameters rather than conditional middleware execution.
Explore 1 awesome GitHub repository matching networking & communication · Operation Chaining. Refine with filters or upvote what's useful.
Imaginary is a self-hosted HTTP server for image processing that applies transformations like resizing, cropping, rotating, and format conversion through URL parameters. It operates as a stateless request-response pipeline, processing images fetched from remote URLs or served from a local directory without requiring client-side dependencies. The server distinguishes itself through its security and access control capabilities, offering optional API key validation, HMAC-signed URL verification, and remote origin whitelisting to restrict which image sources are permitted. It also provides a heal
Encodes a sequence of image transformations as URL query parameters, executing them in order within a single request.