Browse Source

refactor add-skia-rgb-command (applyImageGrid).

master
Craig Oates 5 years ago
parent
commit
2b1a2c7b29
  1. 5
      DeathSocketCLI/Commands.fs

5
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

Loading…
Cancel
Save