Registry / utility / anthonynsimon-bild

anthonynsimon-bild

JSON →
library0.15.0gogounverified

Package bild provides a collection of image processing algorithms in pure Go.

go get github.com/anthonynsimon/bild
INSTALL
IMPORT
SIG · ANTHONYNSIMON-BILD
A
anthonynsimon-bild
utilitygov0.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bild
github.com/anthonynsimon/bild

Opens an image, resizes it, and saves the result.

package main import ( "github.com/anthonynsimon/bild/imgio" "github.com/anthonynsimon/bild/transform" ) func main() { img, err := imgio.Open("input.jpg") if err != nil { panic(err) } resized := transform.Resize(img, 800, 600, transform.Linear) if err := imgio.Save("output.jpg", resized, imgio.JPEGEncoder(90)); err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
2
Meta
1
Resources
anthonynsimon-bild — go get anthonynsimon-bild · libregistry