Documentation
¶
Index ¶
- func LocateImagePx(width, height int, byteOffet int64) (x, y, rgb int)
- func LocateImagePxByBitIdx(width, height, bitIdx int) (x, y, rgb int)
- func Permutation(seedBytes []byte, from, to int) []int
- type BitReader
- type File
- type Image
- func (file *Image) Cap() int64
- func (file *Image) Offset() int64
- func (file *Image) Read(dst []byte) (int, error)
- func (file *Image) ReadOrd(ord []int, dst []byte, size int) (int, error)
- func (file *Image) Save(path string) error
- func (file *Image) Seek(offset int64, w int) (int64, error)
- func (file *Image) Write(p []byte) (int, error)
- func (file *Image) WriteOrd(ord []int, p []byte) (int, error)
- type ImageOpts
- type Opts
- type Stego
- type Store
- type WAV
- func (f *WAV) Cap() int64
- func (f *WAV) Offset() int64
- func (f *WAV) Read(dst []byte) (int, error)
- func (file *WAV) ReadOrd(ord []int, b []byte, size int) (int, error)
- func (f *WAV) Save(path string) error
- func (f *WAV) Seek(offset int64, whence int) (int64, error)
- func (f *WAV) Write(p []byte) (int, error)
- func (file *WAV) WriteOrd(ord []int, b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LocateImagePx ¶
func LocateImagePxByBitIdx ¶
func Permutation ¶
Types ¶
type BitReader ¶
type File ¶
type Stego ¶
Click to show internal directories.
Click to hide internal directories.