2 dépôts
Integrating image compression into Unix pipelines and shell scripts through standard input/output streaming.
Distinct from Command Line Shells: Distinct from Command Line Shells: focuses on piping image data through compression tools, not shell interpreters themselves.
Explore 2 awesome GitHub repositories matching part of an awesome list · Image Processing Pipelines. Refine with filters or upvote what's useful.
Backgroundremover is an AI-powered tool that removes backgrounds from both images and videos, accessible through a command-line interface and a Python API. At its core, it uses a pre-trained deep learning model to classify each pixel as foreground or background, producing a binary mask for removal. The tool distinguishes itself through multiple integration methods and output capabilities. It can process images and videos via Unix pipeline data streams, operate as an HTTP API server, or be called programmatically within Python scripts. Users can choose among different AI models to balance proc
Reads image data from standard input and writes processed results to standard output for Unix pipeline integration.
Integrates PNG compression into Unix pipelines via stdin/stdout streaming for shell script automation.