cmd

package
v0.0.0-...-0265f58 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2017 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Run() error
}

type Decode

type Decode struct {
	InputGif   flags.GIFFlag `long:"input" short:"i" description:"Source file containing randart"`
	OutputFile string        `long:"output" short:"o" default:"randart.jpg" description:"output file destination"`
}

func (*Decode) Run

func (e *Decode) Run() error

type Encode

type Encode struct {
	InputGif    flags.GIFFlag `long:"input" short:"i" description:"Source gif file to use as carrier"`
	OutputFile  string        `long:"output" short:"o" default:"stegano.gif" description:"output gif file destination"`
	Message     *string       `long:"msg" short:"m" description:"plaintext message"`
	MessageFile *string       `long:"msg-file" short:"f" description:"file to read message from"`
}

func (*Encode) Run

func (e *Encode) Run() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL