返回命令列表

Linux command

xbmtopbm 命令

文本

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

Convert XBM to PBM

xbmtopbm [input.xbm] > [output.pbm]

说明

xbmtopbm reads an X11 or X10 bitmap (.xbm) as input and produces a PBM image as output. X bitmap files are C source code that define image data as arrays; this tool extracts and converts the image data. Part of the Netpbm toolkit.

FAQ

What is the xbmtopbm command used for?

xbmtopbm reads an X11 or X10 bitmap (.xbm) as input and produces a PBM image as output. X bitmap files are C source code that define image data as arrays; this tool extracts and converts the image data. Part of the Netpbm toolkit.

How do I run a basic xbmtopbm example?

Run `xbmtopbm [input.xbm] > [output.pbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.