Registry / utility / vcaesar-imgo

vcaesar-imgo

JSON →
library0.42.0gogounverified

Package imgo processes images and retrieves image information.

go get github.com/vcaesar/imgo
INSTALL
IMPORT
SIG · VCAESAR-IMGO
V
vcaesar-imgo
utilitygov0.42.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.

imgo
✓ github.com/vcaesar/imgo

Get image info

package main import ( "fmt" "github.com/vcaesar/imgo" ) func main() { info, err := imgo.Info("image.jpg") if err != nil { panic(err) } fmt.Println(info) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
vcaesar-imgo — go get vcaesar-imgo · libregistry