Utilitare CLI și grafice pentru automatizarea redimensionării și optimizării în masă a formatelor de fișiere imagine.
Luban is a memory-safe image loading and optimization library for Android. It functions as an image optimizer and compression tool designed to reduce image file sizes and resolutions while preventing application crashes through the use of pixel limits and downsampling. The project replicates the specific compression and downsampling logic used by WeChat Moments to ensure images meet social media quality standards. It uses adaptive resolution scaling and dimension-aware strategies to balance visual quality with storage efficiency. The library covers bulk image processing, format optimization,
Luban is an Android library that batch-processes images with adaptive resizing and compression to reduce file sizes, matching the core batch-resize-and-compress need, though it is platform-specific and lacks a command-line interface.
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
ImageMagick is a mature command-line suite that handles batch resizing and compression across hundreds of image formats with fine-grained quality control, making it exactly the sort of tool this search is after.