cptinfo (1) - Linux Manuals
cptinfo: print summary information on GMT colour palette table (cpt) files.
Command to display cptinfo
manual in Linux: $ man 1 cptinfo
NAME
cptinfo - print summary information on GMT colour palette table (cpt) files.
SYNOPSIS
-
cptinfo [-c] [-h] [-o file] [-p] [-v] [-V] [file]
DESCRIPTION
The
cptinfo
utility prints summary information on the colour palette table (cpt) file which is its input.
The program will read from
stdin
if a file is not specified as the final argument, and write to
stdout
if the
-o
option is not specified.
OPTIONS
-c, --csv
-
Output in a comma separated value format, suitable for easy parsing by other programs.
-h, --help
-
Brief help.
-o, --output file
-
Write the output to
file, rather than
stdout.
-p, --plain
-
Output in a plain human-readable format.
-v, --verbose
-
Verbose operation.
-V, --version
-
Version information.
AUTHOR
J.J. Green
Pages related to cptinfo
- cptcat (1) - concatenate GMT colour palette tables.
- cptclip (1) - extract a sub-table from a GMT colour palette table (cpt).
- cptcont (1) - create a continuous GMT colour palette table (cpt) file based on the colours of a non-continuous cpt file.
- cptcss (1) - create CSS fragment for colouring HTML tables.
- cpthsv (1) - modify hue, saturation and colour value of GMT colour palette tables.
- cptsvg (1) - convert GMT colour palette tables (cpt) to SVG gradients.
- cpttext (1) - print text coloured by a GMT colour palette table (cpt) file.
- cp (1) - copy files and directories