Registry / serialization / dsoprea-go-jpeg-image-structure-v2

dsoprea-go-jpeg-image-structure-v2

JSON →
library2.0.0-20221012074422-4f3f7e934102gogounverified

A Go library for parsing and manipulating JPEG image structure and metadata.

go get github.com/dsoprea/go-jpeg-image-structure/v2
INSTALL
IMPORT
SIG · DSOPREA-GO-JPEG-IM
D
dsoprea-go-jpeg-image-structure-v2
serializationgov2.0.0-20221012074422-4f3f7e934102
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.

jpegstructure
✓ github.com/dsoprea/go-jpeg-image-structure/v2

Parse JPEG bytes to inspect image segments.

package main import ( "fmt" "github.com/dsoprea/go-jpeg-image-structure/v2" ) func main() { data, _ := jpegstructure.ParseBytes([]byte{0xFF, 0xD8, 0xFF}) fmt.Printf("Segments: %v\n", data.Segments) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0-20221012074422-4f3f7e934102latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
dsoprea-go-jpeg-image-structure-v2 — go get dsoprea-go-jpeg-image-structure-v2 · libregistry