awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesImage Processing Pipelines

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.

Awesome Image Processing Pipelines GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nadermx/backgroundremoverAvatar de nadermx

    nadermx/backgroundremover

    7,932Voir sur GitHub↗

    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.

    Pythonaibackground-removalbackground-remover
    Voir sur GitHub↗7,932
  • kornelski/pngquantAvatar de kornelski

    kornelski/pngquant

    5,671Voir sur GitHub↗

    Integrates PNG compression into Unix pipelines via stdin/stdout streaming for shell script automation.

    Ccconversionimage-optimization
    Voir sur GitHub↗5,671
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Command Line Shells
  5. Image Processing Pipelines