项目作者: xyproto

项目描述 :
Encode images to the XBM (1-bit b/w) image format
高级语言: Go
项目地址: git://github.com/xyproto/xbm.git
创建时间: 2019-06-24T09:38:16Z
项目社区:https://github.com/xyproto/xbm

开源协议:MIT License

下载


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