Registry / utility / hhrutter-lzw

hhrutter-lzw

JSON →
library1.0.0gogounverified

Package lzw is an enhanced version of compress/lzw implementing Adobe's PDF LZW compression and TIFF compatibility.

go get github.com/hhrutter/lzw
INSTALL
IMPORT
SIG · HHRUTTER-LZW
H
hhrutter-lzw
utilitygov1.0.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.

lzw
github.com/hhrutter/lzw

Compress data using LZW

package main import ( "bytes" "github.com/hhrutter/lzw" ) func main() { var buf bytes.Buffer w := lzw.NewWriter(&buf, lzw.MSB, 8) w.Write([]byte("test")) w.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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