2 Repos
Extensibility systems designed specifically to modify image processing logic and file handlers.
Distinct from Custom Configuration Extensions: Focuses on multimedia processing extensions rather than UI configuration or schema validation.
Explore 2 awesome GitHub repositories matching user interface & experience · Image Engine Extensions. Refine with filters or upvote what's useful.
Jimp is a zero-dependency JavaScript image processing library and programmatic editor designed for manipulating, resizing, and filtering images in Node.js. It functions as a multi-format image encoder and extensible pipeline that operates entirely in JavaScript to ensure portable deployment across different environments without requiring native system dependencies. The engine features a modular architecture that allows for custom image processor builds and the registration of custom processing plugins. This extensibility enables the addition of specific visual effects and custom file-type enc
Provides an extensibility system for adding custom file-type encoders, decoders, and manipulation plugins.
gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for the GraphicsMagick engine. It translates JavaScript method calls into shell commands to automate the resizing, cropping, and transformation of images. The library provides an interface to execute specific GraphicsMagick operations while allowing raw command passthrough for custom arguments or engine features not covered by the standard API. Its capabilities cover geometric manipulation, color and tone adjustment, and image quality optimization. It includes tools for image compo
Allows raw input and output arguments to be passed directly to the underlying image engine.