Registry / cli / eliukblau-pixterm-pkg-ansimage

eliukblau-pixterm-pkg-ansimage

JSON →
library1.3.2gogounverified

Renders images in the terminal using ANSI escape codes and true color.

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

ansimage
github.com/eliukblau/pixterm/pkg/ansimage

Loads an image and renders it as ANSI art in the terminal.

package main import ( "github.com/eliukblau/pixterm/pkg/ansimage" ) func main() { img, err := ansimage.NewScaledFromFile("image.png", 80, 40, ansimage.ScaleModeFit, ansimage.NoDithering) if err != nil { panic(err) } img.Render() }
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
18 hits · last 30 days
node
18
Resources
eliukblau-pixterm-pkg-ansimage — go get eliukblau-pixterm-pkg-ansimage · libregistry