LinuxCommandLibrary

pbmtoxbm

converts PBM bitmap images to X11 bitmap format

TLDR

Convert PBM to X bitmap

$ pbmtoxbm [input.pbm] > [output.xbm]
copy
Convert with custom name
$ pbmtoxbm -name [icon] [input.pbm] > [icon.xbm]
copy

SYNOPSIS

pbmtoxbm [options] [file]

DESCRIPTION

pbmtoxbm converts PBM bitmap images to X11 bitmap format (.xbm). X bitmaps are C source files usable in X11 applications. Part of Netpbm toolkit.

PARAMETERS

-name name

Variable name in output.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community