anthonynsimon/bild

Image processing algorithms in pure Go

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 16th, 2026
Created on August 1st, 2016
Open Issues & Pull Requests: 19 (+0)
GitHub issues: Enabled
Number of forks: 219
Total Stargazers: 4,214 (+0)
Total Subscribers: 69 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 871.5 days
Mean response time: 1342.1 days
90th percentile: 3456.3 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,323 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (2)
  • bug (1)
  • feature (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Bild is an image processing library that provides algorithms in pure Go. The library solves the problem of performing image manipulation tasks without external dependencies by implementing common image processing operations directly in Go. Its approach focuses on leveraging Go's concurrency primitives to parallelize computationally intensive operations, allowing algorithms to take advantage of multiple processor cores for improved performance.

Developers should choose bild when they need image processing capabilities in a Go application without relying on C bindings or external libraries like ImageMagick. The tool suits projects that require histogram analysis, image resizing, effects application, and signal processing operations. It is particularly valuable for applications where pure Go implementations are preferred for deployment simplicity, cross-platform compatibility, or environments where external dependencies are difficult to manage.

The project demonstrates consistent maintenance with regular updates addressing bug fixes and feature additions. Development activity shows engagement with user-reported issues and a willingness to incorporate improvements. The codebase maintains a focus on code quality and performance optimization, particularly in how concurrent operations are structured and executed.