From d7adc985c999dd9fc2363a144865b129e04b20db Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 16 Dec 2018 05:32:26 +0000 Subject: [PATCH] refactor add-skia-grid (applyImageToGrid). --- DeathSocketCLI/Commands.fs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DeathSocketCLI/Commands.fs b/DeathSocketCLI/Commands.fs index 754728f..e75c16f 100644 --- a/DeathSocketCLI/Commands.fs +++ b/DeathSocketCLI/Commands.fs @@ -113,8 +113,9 @@ let``add-skia-grid`` imgPath numRows numColumns pWidth colour newPath = printfn "[INFO.] Adding SkiaSharp grid to image..." - buildSkiaSpec imgPath numRows numColumns pWidth colour newPath - |> applySkiaGridAsync + Skia (buildSkiaSpec imgPath numRows numColumns pWidth colour newPath) + |> applyImageToGrid + //|> applySkiaGridAsync |> Async.Start showEndOfCommandMessage