diff --git a/DeathSocketCLI/Commands.fs b/DeathSocketCLI/Commands.fs index e75c16f..093f8fe 100644 --- a/DeathSocketCLI/Commands.fs +++ b/DeathSocketCLI/Commands.fs @@ -121,8 +121,9 @@ let``add-skia-rgb-grid`` imgPath numRows numColumns pWidth r g b newPath = printfn "[INFO.] Adding SkiaSharp grid to image..." - buildSkiaRGBSpec imgPath numRows numColumns pWidth r g b newPath - |> applySkiaRGBGridAsync + SkiaRGB (buildSkiaRGBSpec imgPath numRows numColumns pWidth r g b newPath) + |> applyImageToGrid + //|> applySkiaRGBGridAsync |> Async.Start showEndOfCommandMessage