File: help.txt

package info (click to toggle)
stepic 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: python: 208; makefile: 32; sh: 8
file content (20 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
usage: stepic [-h] [--version] [--debug] [-d] [-e] [-f FORMAT] [-i FILE]
              [-t FILE] [-o FILE]

Hide data in an image, or read hidden data from an image.

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --debug
  -d, --decode          given an image, write out the hidden data file
  -e, --encode          given an image and data file, write out a new image
                        file with the data hidden in it
  -f FORMAT, --format FORMAT
                        output image format (optional)
  -i FILE, --image-in= FILE
                        read in image FILE for decoding or encoding
  -t FILE, --data-in= FILE
                        read in data FILE for encoding
  -o FILE, --out= FILE  write out to FILE, data when decoding, image when
                        encoding