logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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