Registry / utility / xyproto-xpm

xyproto-xpm

JSON →
library1.3.0gogounverified

A Go library for reading and writing X PixMap (XPM) image files.

go get github.com/xyproto/xpm
INSTALL
IMPORT
SIG · XYPROTO-XPM
X
xyproto-xpm
utilitygov1.3.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.

xpm
github.com/xyproto/xpm

Decodes an XPM image file.

package main import ( "fmt" "github.com/xyproto/xpm" ) func main() { img, _ := xpm.DecodeFile("image.xpm") fmt.Println(img.Bounds()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
xyproto-xpm — go get xyproto-xpm · libregistry