diff --git a/tools/monochrome/README.md b/tools/monochrome/README.md new file mode 100644 index 0000000..ed2b08f --- /dev/null +++ b/tools/monochrome/README.md @@ -0,0 +1,17 @@ +# 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:** +```console +$ cd cmd/main +$ go build -o monochrome +``` + +**Convert an image:** +```console +$ ./monochrome -i +```