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

wbmp2xpm - Converts WBMP files to 1- bit XPM files

Description

       These are tools for dealing with WBMP files - WAP bitmaps.

       These  files  are  really simple - the first two bytes contain version information (I think) which at the
       minute is set to 0. The 3rd byte contains the width and the 4th byte the height (I guess this makes  WBMP
       images max 255x255 pixels then).

       From  the  5th  byte onwards they are simply byte-padded binary encoded 1-bit images - 1 for white, 0 for
       black.

       wbmp2xpm generates 1-bit XPM files from WBMP files. An example WBMP file is included (logo.wbmp).

       Coming soon : something useful (i.e. a WBMP creator)

       Usage: ./wbmp2xpm <file.wbmp>

Debian GNU/Linux                                    July 2005                                        wbmp2xpm(1)

Name

       wbmp2xpm - Converts WBMP files to 1- bit XPM files

See Also