Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dennis-tra/image-stego
/ types & classes
Types & classes
3 in github.com/dennis-tra/image-stego
⨍
Functions
45
◇
Types & classes
3
Struct
Chunk
Chunk is a wrapper around an image.RGBA struct that keeps track of the read and written bytes to the least significant bits of the underlying *image.R
internal/chunk/chunk.go:18
Struct
ChunkIndex
ChunkIndex holds the index of a chunk in the bounds map.
internal/chunk/decode.go:144
Struct
PixExpect
PixExpect holds an index and expected bit value.
internal/chunk/chunk_test.go:300