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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
anthonynsimon avatar

anthonynsimon/bild

0
View on GitHub↗
4,192 stele·215 fork-uri·Go·MIT·4 vizualizări

Bild

Bild este o bibliotecă de procesare a imaginilor implementată în limbajul de programare Go. Oferă o colecție de motoare algoritmice pentru manipularea imaginilor, inclusiv un motor de kernel de convoluție pentru filtrare, un instrument de blending pentru compoziția straturilor și un generator procedural de zgomot pentru crearea de texturi sintetice.

Proiectul se distinge prin capabilitățile sale de generare procedurală, implementând algoritmi de zgomot Perlin, Gaussian, binar și uniform pentru a produce distribuții aleatorii de pixeli și modele organice. De asemenea, dispune de o interfață de linie de comandă care permite utilizatorilor să aplice efecte vizuale, ajustări de culoare și transformări geometrice fișierelor imagine fără a scrie cod personalizat.

Biblioteca acoperă o gamă largă de capabilități de procesare a imaginilor, inclusiv transformări geometrice precum rotația, forfecarea (shearing) și zoom-ul, precum și manipularea culorilor și analiza distribuției. Oferă instrumente pentru analiza și segmentarea imaginilor, filtrare morfologică și suportă citirea și scrierea datelor de imagine în formatele PNG, JPEG, BMP și WebP.

Features

  • Go Image Processing Libraries - Provides a comprehensive collection of image manipulation algorithms implemented entirely in Go.
  • Procedural Noise Textures - Generates synthetic textures and organic patterns using Perlin, Gaussian, binary, and uniform noise algorithms.
  • CLI Image Processing Tools - Includes a command-line interface for applying visual effects, color adjustments, and geometric transformations.
  • Command-Line Image Manipulation - Allows executing image crops, rotations, and filters through a terminal interface without writing custom code.
  • Image Geometric Transformations - Provides matrix-based geometric transformations for rotating, shearing, and translating image coordinates.
  • Procedural Texture Generators - Implements Perlin, Gaussian, binary, and uniform noise algorithms to generate synthetic textures and organic patterns.
  • Convolutional Filtering - Implements a convolution kernel engine to perform blurring, sharpening, and edge detection.
  • Image Blending - Implements algorithms for combining multiple image layers using mathematical blending modes like Multiply, Screen, and Overlay.
  • Multi-Format I/O - Supports reading and writing image data across standard formats including PNG, JPEG, BMP, and WebP.
  • Computer Vision Preprocessing - Prepares images for analysis using thresholding, edge detection, and morphological filters.
  • Image Dimension Transformations - Ships resampling algorithms to change image dimensions while maintaining visual quality during resizing and zooming.
  • Flood Fill Algorithms - Ships a tolerance-based flood fill algorithm to paint contiguous regions of similar pixels.
  • Image Flipping - Provides capabilities to mirror images both horizontally and vertically.
  • Image Rotation - Provides tools to rotate images around a pivot point with bounding box management.
  • Rotation and Shear transforms - Implements shearing transformations to distort images by shifting pixels along the axes.
  • Image Blur Filters - Implements Box and Gaussian blur algorithms to soften image details and reduce noise.
  • Image Composition - Supports combining multiple images using mathematical blending modes and layering to create composites.
  • Threshold-Based Segmentation - Converts multi-tone images into binary black-and-white maps using intensity-based thresholding.
  • Image Cropping Tools - Includes tools to extract specific rectangular regions from existing images through cropping.
  • Dimension Resizing - Implements resampling filters to change image dimensions while maintaining visual quality.
  • Morphological Operations - Provides morphological filtering operations, including dilation and erosion, to modify image structures.
  • Image Zooming - Implements a zooming tool to scale image content from a pivot point with optional canvas expansion.
  • Image Translation - Provides the ability to shift image content along the X and Y axes using translation.
  • Image Visual Effects - Provides a suite of visual effects including edge detection, embossing, grayscaling, inverting, and sharpening.
  • PorterDuff Blending Modes - Implements mathematical blending modes like Multiply and Screen to combine multiple image layers.
  • Color Adjustments - Provides functions for modifying gamma, contrast, brightness, and saturation to adjust the visual tone of images.
  • Image Processing - Collection of image processing algorithms in pure Go.

Istoric stele

Graficul istoricului de stele pentru anthonynsimon/bildGraficul istoricului de stele pentru anthonynsimon/bild

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face anthonynsimon/bild?

Bild este o bibliotecă de procesare a imaginilor implementată în limbajul de programare Go. Oferă o colecție de motoare algoritmice pentru manipularea imaginilor, inclusiv un motor de kernel de convoluție pentru filtrare, un instrument de blending pentru compoziția straturilor și un generator procedural de zgomot pentru crearea de texturi sintetice.

Care sunt principalele funcționalități ale anthonynsimon/bild?

Principalele funcționalități ale anthonynsimon/bild sunt: Go Image Processing Libraries, Procedural Noise Textures, CLI Image Processing Tools, Command-Line Image Manipulation, Image Geometric Transformations, Procedural Texture Generators, Convolutional Filtering, Image Blending.

Care sunt câteva alternative open-source pentru anthonynsimon/bild?

Alternativele open-source pentru anthonynsimon/bild includ: silvia-odwyer/photon — Photon is a high-performance image processing library written in Rust. It serves as a pixel manipulation toolkit and… pixieditor/pixieditor — PixiEditor is a multi-functional graphics suite that serves as a pixel art editor, a node-based graphics editor, and a… scikit-image/scikit-image — scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for… disintegration/imaging — Imaging is a Go library for image processing that provides a set of functions for common image manipulation tasks. It… open-mmlab/mmcv — mmcv is a foundation library for computer vision based on PyTorch. It provides a comprehensive system for constructing… imazen/imageflow — Imageflow is a high-performance image manipulation library and composition engine available as a C-compatible library,…

Alternative open-source pentru Bild

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Bild.
  • silvia-odwyer/photonAvatar silvia-odwyer

    silvia-odwyer/photon

    3,850Vezi pe GitHub↗

    Photon is a high-performance image processing library written in Rust. It serves as a pixel manipulation toolkit and image format transcoder, providing a WebAssembly graphics engine for executing visual effects and transformations directly within web browsers. The project is built around a functional image pipeline, which allows for the programmatic chaining of sequential transformation operations. This architecture supports the creation of complex visual effects through a coded pipeline. The library covers a wide range of image processing capabilities, including color management across mult

    Rusthacktoberfestimage-manipulationimage-processing
    Vezi pe GitHub↗3,850
  • pixieditor/pixieditorAvatar PixiEditor

    PixiEditor/PixiEditor

    7,840Vezi pe GitHub↗

    PixiEditor is a multi-functional graphics suite that serves as a pixel art editor, a node-based graphics editor, and a vector graphics tool. It functions as a shader-based painting tool and 2D animation software, providing a comprehensive environment for creating raster images and frame-by-frame motion. The project is distinguished by its use of node-based workflows for building complex image transformations, visual effects, and custom digital brush designs. It utilizes a shader-based brush engine and a node graph to define personalized painting tool behaviors and procedural animations. The

    C#2davaloniauicsharp
    Vezi pe GitHub↗7,840
scikit-image/scikit-imageAvatar scikit-image

scikit-image/scikit-image

6,529Vezi pe GitHub↗

scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for digital image processing and computer vision, utilizing numerical arrays for pixel-level manipulations. The library enables the quantification of image properties and the detection of visual features, such as edges and blobs. It includes tools for image segmentation and the extraction of textures and patterns to characterize objects within visual data. Capabilities cover image manipulation through color space conversion, geometric transformations, and digital restoration. It a

Pythoncomputer-visionimage-processingpython
Vezi pe GitHub↗6,529
  • disintegration/imagingAvatar disintegration

    disintegration/imaging

    5,727Vezi pe GitHub↗

    Imaging is a Go library for image processing that provides a set of functions for common image manipulation tasks. It offers capabilities for adjusting image colors, applying convolution filters, blurring, cropping, resizing, sharpening, and correcting orientation based on EXIF data. The library supports resizing images to exact dimensions or bounding boxes with aspect ratio preservation and configurable resampling filters. Color adjustments include gamma, contrast, brightness, and saturation controls, while blurring and sharpening use Gaussian-based algorithms with configurable sigma paramet

    Go
    Vezi pe GitHub↗5,727
  • Vezi toate cele 30 alternative pentru Bild→