Monochrome is a tool that converts an image to a monochrome one expressed in the format known by dolp. The following image formats can be consumed: bmp, jpeg, png.
Build the tool:
$ cd cmd/main
$ go build -o monochrome
Convert an image:
$ ./monochrome -i <image-path>