Implement image resizing and grayscale conversion
This commit is contained in:
parent
0538924f3f
commit
7dadd7b7f7
4 changed files with 108 additions and 9 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue