Access the ImageMagick CLI tools from Node. Cross-platform, with support for ImageMagick 6 and 7.
A wrapper around the imagemagick cli
A wrapper around the imagemagick cli
A wrapper around the imagemagick cli
Native ImageMagick CLI for Node.js
A very simple wrapper around the imagemagick cli
A wrapper around the imagemagick cli (parent - imagemagick)
A wrapper for the ImageMagick CLI
A wrapper around the imagemagick cli
A comprehensive Node.js wrapper for ImageMagick CLI
Converts images using ImageMagick CLI
A wrapper around the imagemagick cli
A wrapper around the imagemagick cli
Image resizing server, using imagemagick cli tools
A wrapper around the imagemagick cli :: Version 0.1.3 Fork
A wrapper around the imagemagick cli
Webassembly compilation of ImageMagick
The WASM library for ImageMagick
A wrapper around the imagemagick cli
A wrapper around the imagemagick cli
A wrapper around the imagemagick cli.
A wrapper around the imagemagick cli
Streaming Imagemagick api
TypeScript definitions for imagemagick
A powerful CLI tool for converting image formats using ImageMagick, with optional waifu2x upscaling when enlarging images. Supports single file conversion, bulk directory conversion, and persistent configuration settings. Convert between various formats (HEIC, JPG, PNG, WebP, etc.).
Simple yet powerful wrapper around imagemagick cli tools for reading metadata and transcoding images.
Image processing library for Ruby — resize, crop, compress, convert between formats, and add watermarks. Uses ImageMagick/GraphicsMagick via system CLI.
Mitty is a CLI that allows you to painlessly process and resize images (using ImageMagick via RMagick) and upload them to an AWS S3 bucket of your choosing. Mitty currently can generate thumbnails as well as both high and low quality images of varying sizes.
Ukiryu is a platform-adaptive command execution framework that transforms CLI tools into declarative APIs. It provides the "OpenAPI" for command-line interfaces, enabling cross-platform tool integration with type safety and structured results. Key features: * Declarative YAML profiles define tool behavior, eliminating hardcoded command strings * Platform-adaptive execution across macOS, Linux, and Windows * Shell-aware command formatting for bash, zsh, fish, PowerShell, and cmd * Type-safe parameter validation with automatic coercion * Version routing support with semantic version matching (via Versionian) * Interface contracts allow multiple tools to implement the same abstract API * Structured Result objects with success/failure information instead of parsing stdout * Comprehensive error handling under Ukiryu::Errors namespace The Ukiryu ecosystem consists of: * ukiryu gem - The runtime framework * ukiryu/register - Collection of YAML tool profiles * ukiryu/schemas - JSON Schema for validation Use Ukiryu to integrate command-line tools like ImageMagick, FFmpeg, Inkscape, Ghostscript, and more into your Ruby applications with consistent, predictable interfaces.