logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Convert PBM to XBM - Generate Bitmap Images | Online Free DevTools by Hexmos

Convert PBM to XBM with pbmtoxbm. Generate X11 and X10 bitmap images from PBM files with this Netpbm tool. Free online tool, no registration required.

pbmtoxbm

Convert a PBM image to a X11 or X10 bitmap. More information: https://netpbm.sourceforge.net/doc/pbmtoxbm.html.

  • Convert a PBM image to a X11 XBM file:

pbmtoxbm {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}

  • Explicitly specify whether an X11 or X10 bitmap should be generated:

pbmtoxbm -{{x11|x10}} {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}

See Also