LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

cmuwmtopbm

CMU window manager bitmap to PBM converter

TLDR

Convert CMU window manager bitmap to PBM
$ cmuwmtopbm [input.cmuwm] > [output.pbm]
copy
Convert from stdin
$ cat [input.cmuwm] | cmuwmtopbm > [output.pbm]
copy

SYNOPSIS

cmuwmtopbm [cmuwmfile]

DESCRIPTION

cmuwmtopbm converts a CMU window manager bitmap file to PBM (Portable BitMap) format. This is part of the Netpbm package.CMU window manager (CMU WM) was an early X Window System window manager from Carnegie Mellon University. This tool converts its bitmap format to the portable Netpbm format.

SEE ALSO

Copied to clipboard
Kai