add rotate command to docs

This commit is contained in:
Luna 2019-07-22 22:27:00 -03:00
parent f9aa226d9e
commit c128960451
1 changed files with 4 additions and 2 deletions

View File

@ -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`