logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ascii85 - encodes or decodes files using Ascii85 ruby library

Authors

ascii85 has been developed by Johannes Holzfuß.

       This manual page has been written for the Debian Project by Cédric Boutillier (but may used by others).

                                                   2024-04-13                                         ASCII85(1)

Description

       Ascii85 (also called "Base85") is a form of binary-to-text encoding, which is mainly used in Adobe's
       PostScript and PDF format.

       ascii85 is a command line utility, modeled after base64(1) from the GNU coreutils, can encode text files
       to Ascii85 or decode Ascii85 files to text, and then print the result to the standard output.

       If no file is given on the command line, ascii85 reads from the standard input.

Name

       ascii85 - encodes or decodes files using Ascii85 ruby library

Options

-w, --wrap COLUMN
           Wrap lines at COLUMN. Default is 80, use 0 for no wrapping

       -d, --decode
           Decode the input

       -h, --help
           Display a usage message and exit

       --version
           Output version information

Synopsis

ascii85 [OPTIONS] FILES

See Also