2 repositorios
Tools for stacking multiple images into a single canvas with padding.
Distinct from Image Processing: Distinct from Image Processing: focuses on the appending/stacking operation.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Image Appenders. Refine with filters or upvote what's useful.
ImageMagick is a comprehensive software suite for the creation, editing, composition, and conversion of digital images. It functions as both a command-line utility for batch processing and automation, and as a programming library that allows developers to integrate advanced image manipulation capabilities into external applications. The project is distinguished by its modular architecture, which supports hundreds of image formats through a pluggable coder system and external delegate libraries. It is designed for high-performance environments, utilizing memory-mapped pixel caching, stream-ori
Joins multiple images into a single canvas by stacking them vertically or horizontally.
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
Implements tools for stacking and merging multiple images into a single canvas horizontally or vertically.