Registry / utility / eliukblau-pixterm

eliukblau-pixterm

JSON →
library1.3.2gogounverified

A Go library for rendering images in the terminal using ANSI escape codes.

go get github.com/eliukblau/pixterm
INSTALL
IMPORT
SIG · ELIUKBLAU-PIXTERM
E
eliukblau-pixterm
utilitygov1.3.2
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.

pixterm
github.com/eliukblau/pixterm

Creates a red image and renders it in the terminal.

package main import ( "github.com/eliukblau/pixterm" "image" "image/color" ) func main() { img := image.NewRGBA(image.Rect(0, 0, 10, 10)) for y := 0; y < 10; y++ { for x := 0; x < 10; x++ { img.Set(x, y, color.RGBA{255, 0, 0, 255}) } } pixterm.Render(img) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
eliukblau-pixterm — go get eliukblau-pixterm · libregistry