doc: add embed cmd
This commit is contained in:
parent
430677fc07
commit
1c17b714a7
1 changed files with 5 additions and 0 deletions
|
@ -166,6 +166,11 @@ Rotate the image by `deg` degrees, filling the resulting triangles with `bgfill`
|
|||
|
||||
`bgfill` is a hex string, e.g `#000000`.
|
||||
|
||||
## `embed split index path_to_file`
|
||||
|
||||
embed an audio file in the given image. the file is opened with libsndfile,
|
||||
which means some formats, like mp3, will not be opened.
|
||||
|
||||
## `quicksave`
|
||||
|
||||
Save the file on the same directory of the file specified by `load`, but
|
||||
|
|
Loading…
Reference in a new issue