Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 400 Bytes

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