1 Repo
Interfaces for passing low-level arguments directly to an image processing engine for advanced operations.
Distinct from Image Engine Extensions: Focuses on passing raw arguments to an existing engine rather than writing custom plugin logic.
Explore 1 awesome GitHub repository matching user interface & experience · Engine Argument Extensions. Refine with filters or upvote what's useful.
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.