Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jbig2dec(1) [debian man page]

jbig2dec(1)							  jbig2dec Manual						       jbig2dec(1)

NAME
jbig2dec - File format converter specialized in JBIG2 decoding SYNOPSIS
jbig2dec [options] file.jbig2 jbig2dec [options] global-stream page-stream DESCRIPTION
The jbig2dec command converts JBIG2 files to png or pbm files. When passed a single file argument it is interpreted as a JBIG2 file stream, with either sequential or random-access organization. When passed two stream arguments, they are interpreted as the global and page-specific portions of an embedded organzation, as used in PDF. If a particular page references no global segment stream, /dev/null can be passed for the global-stream argument to request the embedded parser. OPTIONS
The options are as follows: -o file Store the decoded output in file. Defaults to the input with a different extension. Set to - for standard output. -t type Force a particular output file format. Supported are png and pbm. -d or --dump Print the structure of the JBIG2 file rather than explicitly decoding it. --hash Print a hash of the decoded document. -q or --quiet Suppress warnings and other diagnostic output. -v or --verbose Report additional information about the decoding process. Pass just -v for information about the file as it's being decoded. This is the same as --verbose=2. Pass --verbose=3 or higher for debugging information. --version Show program version information. -h or --help Show usage summary. AUTHOR
jbig2-dev <jbig2-dev@ghostscript.com> This manpage was initially written by Sebastian Rasmussen <sebras@hotmail.com> for jbig2dec and the Debian Project. Version 0.11 2010 Feb 2 jbig2dec(1)

Check Out this Related Man Page

SRP-GEN(1)							    lsh manuals 							SRP-GEN(1)

NAME
srp-gen - generate a password verifier for the SRP protocol. SYNOPSIS
srp-gen [options] DESCRIPTION
This manual page documents briefly the srp-gen command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. srp-gen is a program that generates a password verifier for the Secure Remote Password protocol. The password verifier should be stored as ~/.lsh/srp-verifier on the target (remote) machine on which you want to authenticate using SRP. For more information about SRP, see the "srp" node of the "Getting started" section of the Lsh manual available via the info system. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -l, --user=username User name. -o, --output-file=filename The file to output to. Default is to output to stdout. -p, --password=password The password to use. --debug Print lots of debug information. -q, --quiet Suppress all warnings and diagnostic messages. --trace Detailed trace. -v, --verbose Print verbose diagnostic messages. -f, --output-format=format The S-expression output format. Valid sexp formats are: transport, canonical, advanced and international. -?, --help Show summary of options. --usage Show a short usage message. -V, --version Show version of program. SEE ALSO
lsh(1), lshd(1), sexp-conv(1). The lsh programs (including this one) are documented fully by Lsh, available via the Info system. AUTHOR
This manual page was written by Timshel Knoll <timshel@debian.org>, for the Debian GNU/Linux system (but may be used by others). srp-gen Apr 10, 2002 SRP-GEN(1)
Man Page