Registry / utility / hhrutter-tiff

hhrutter-tiff

JSON →
library1.0.3gogounverified

An enhanced version of x/image/tiff with improved LZW compression and CMYK support.

go get github.com/hhrutter/tiff
INSTALL
IMPORT
SIG · HHRUTTER-TIFF
H
hhrutter-tiff
utilitygov1.0.3
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.

tiff
github.com/hhrutter/tiff

Decodes a TIFF file and re-encodes it as JPEG.

package main import ( "image/jpeg" "os" "github.com/hhrutter/tiff" ) func main() { f, _ := os.Open("input.tiff") defer f.Close() img, _, _ := tiff.Decode(f) out, _ := os.Create("output.jpg") defer out.Close() jpeg.Encode(out, img, nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hhrutter-tiff — go get hhrutter-tiff · libregistry