awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesBatch Image Processing

Automated application of image editing tasks to large sets of files.

Distinct from Batch Image Processing: The provided candidates are either too narrow (facial landmarks) or focus on different pipeline types.

Explore 5 awesome GitHub repositories matching graphics & multimedia · Batch Image Processing. Refine with filters or upvote what's useful.

Awesome Batch Image Processing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zuruoke/watermark-removalAvatar von zuruoke

    zuruoke/watermark-removal

    4,616Auf GitHub ansehen↗

    Diese Software ist ein System zur Wasserzeichenentfernung, das maschinelles Lernen und Image-Inpainting verwendet, um unerwünschten Text oder Logos aus Bildern zu löschen. Es rekonstruiert fehlende Pixel, um sie an den ursprünglichen Hintergrund anzupassen, und stellt so durch vortrainierte Modelle visuelle Konsistenz sicher. Das Projekt enthält ein Maskierungs-Utility, um spezifische Regionen für den Inhaltsersatz mittels binärer Masken, Bounding-Boxes oder Pinselstrichen zu isolieren. Es verfügt zudem über einen Batch-Prozessor, der diese Bereinigungsaufgaben über eine vordefinierte Dateiliste auf große Bildersätze anwendet. Das System handhabt die Bildvorbereitung durch Normalisierung von Dimensionen und Seitenverhältnissen in Tensoren, um Bilder für die neuronale Netzwerkverarbeitung mit ihren entsprechenden Masken auszurichten.

    Applies automated cleaning and editing tasks to large sets of images via predefined file lists.

    Pythondeep-learningmachine-learningpython
    Auf GitHub ansehen↗4,616
  • imazen/imageflowAvatar von imazen

    imazen/imageflow

    4,402Auf GitHub ansehen↗

    Imageflow is a high-performance image manipulation library and composition engine available as a C-compatible library, a command-line image processor, and a dynamic image processing server. It provides the means to decode, encode, and apply complex visual transformations to images through programmatic interfaces, JSON job files, or on-the-fly URL query strings. The system distinguishes itself through a graph-based processing pipeline that allows for single-pass multi-format encoding, generating multiple image sizes and formats from a single decode to reduce overhead. It further features a res

    Automates image manipulation tasks across large sets of files using command-line scripts.

    Rustimage-compressionimage-manipulationimage-server
    Auf GitHub ansehen↗4,402
  • meowtec/imagineAvatar von meowtec

    meowtec/Imagine

    4,373Auf GitHub ansehen↗

    Imagine is a cross-platform desktop application for image optimization, compression, and format conversion. It functions as a batch image compressor and converter designed to reduce file sizes for PNG and JPEG assets. The tool supports both lossy and lossless compression methods to shrink the footprint of image files. It provides utilities for changing image formats to ensure compatibility across different operating systems and platforms. The application focuses on web asset optimization and batch processing, allowing multiple images to be processed simultaneously to reduce bandwidth usage a

    Enables applying optimizations to multiple image files simultaneously for faster processing.

    TypeScript
    Auf GitHub ansehen↗4,373
  • kohler/gifsicleAvatar von kohler

    kohler/gifsicle

    4,255Auf GitHub ansehen↗

    Gifsicle is a command-line image processor and animation editor used for creating, editing, and optimizing GIF images. It functions as a utility for assembling static images into animations, extracting individual frames from existing sequences, and manipulating GIF metadata. The tool distinguishes itself through specialized optimization capabilities that reduce file sizes by removing redundant pixels and employing lossy compression. It manages color palettes through quantization and colormap conversion to ensure display compatibility and reduce bit-depth. Broad capabilities include image tra

    Processes multiple image files in place to apply modifications efficiently.

    C
    Auf GitHub ansehen↗4,255
  • oxipng/oxipngAvatar von oxipng

    oxipng/oxipng

    4,032Auf GitHub ansehen↗

    Oxipng ist ein hochperformantes Command-Line-Utility in Rust, das für verlustfreie PNG-Bildoptimierung und Datenminimierung entwickelt wurde. Es fungiert als verlustfreier Kompressor, der Dateigrößen reduziert, ohne die visuelle Qualität zu beeinträchtigen. Das Tool zeichnet sich durch die Nutzung von Multi-Threaded-Task-Parallelismus aus, um die Verarbeitung großer Bildstapel zu beschleunigen. Es setzt iterative Rekompressionsstrategien und Symmetric-Pass-Optimierung ein, um die kleinstmögliche Dateigröße für jedes Bild zu finden. Der Funktionsumfang der Software umfasst das Entfernen nicht essenzieller Metadaten-Chunks und die Normalisierung von Farbwerten für vollständig transparente Pixel, um die Kompressionseffizienz zu steigern. Es bietet automatisierte Verarbeitung für die Optimierung von Web-Assets und die allgemeine Bilddatenreduktion.

    Automates the optimization of large sets of PNG images for efficient software distribution and web hosting.

    Rustimage-compressionimage-optimizationpng
    Auf GitHub ansehen↗4,032
  1. Home
  2. Graphics & Multimedia
  3. Batch Image Processing