/xbm

Encode images to the XBM (1-bit b/w) image format

Primary LanguageGoMIT LicenseMIT

XBM

Package for writing the 1-bit black/white image format that originated from X11: the X Bitmap file format.

Uses the standard Go way for encoding images, by providing an Encode function.

Includes an example png2xbm program, that can convert from input.png to output.xbm.

General info