Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 334 Bytes

Monochrome

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.

How to

Build the tool:

$ cd cmd/main
$ go build -o monochrome

Convert an image:

$ ./monochrome -i <image-path>