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 GEM - Image Converter | Online Free DevTools by Hexmos

Convert PBM image to GEM format with pbmtogem. Compress image files for efficient storage and transfer. Free online tool, no registration required.

pbmtogem

Read a PBM image as input and produce a compressed GEM .img file as output. pbmtogem cannot compress repeated lines. More information: https://netpbm.sourceforge.net/doc/pbmtogem.html.

  • Convert a PBM image into a GEM .img file:

pbmtogem {{path/to/file.pbm}} > {{path/to/file.img}}

  • Suppress all informational messages:

pbmtogem {{[-q|-quiet]}}

  • Display version:

pbmtogem {{[-v|-version]}}

See Also