Skip to content

Files

Latest commit

1221d7f · May 25, 2022

History

History

monochrome

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 29, 2022
May 20, 2022
Mar 29, 2022
Mar 29, 2022
May 25, 2022

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>