Implement image resizing and grayscale conversion

This commit is contained in:
heyarne 2022-02-08 00:38:12 +01:00
commit 7dadd7b7f7
4 changed files with 108 additions and 9 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module github.com/saunaclub/inkpot-cli
go 1.16
require github.com/spf13/cobra v1.3.0 // indirect
require (
github.com/spf13/cobra v1.3.0
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
)