From c128960451ef24511d55f5332ed5fa7afc01e1e6 Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 22 Jul 2019 22:27:00 -0300 Subject: [PATCH] add rotate command to docs --- doc/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index d03424b..3620102 100644 --- a/doc/README.md +++ b/doc/README.md @@ -159,9 +159,11 @@ Parameters: - `repeat_bytes`, Amount of bytes to preload with random data and repeat throughout the image slice -## TODO `echo split index delay` +## `rotate deg bgfill` -Run an echo filter on the given loaded file. +Rotate the image by `deg` degrees, filling the resulting triangles with `bgfill`. + +`bgfill` is a hex string, e.g `#000000`. ## `quicksave`