update readme
This commit is contained in:
parent
0e0b9add13
commit
4c9d94d7e5
1 changed files with 4 additions and 5 deletions
|
@ -24,12 +24,11 @@ zig build install --prefix ~/.local/
|
||||||
# on your input image file
|
# on your input image file
|
||||||
convert blah.jpg blah.bmp
|
convert blah.jpg blah.bmp
|
||||||
|
|
||||||
scritcher examples/middle_echo.scri blah.bmp
|
scritcher examples/middle_amp.scri blah.bmp
|
||||||
|
|
||||||
# TODO have an out.bmp
|
// scritcher saves it on an incremental basis, so the first run will save to
|
||||||
# the path to the file is shown on stdout under "temporary name: blah", go with
|
// blah_g1.bmp, the second saves to blah_g2.bmp, etc.
|
||||||
# that
|
$your_image_viewer blah_g1.bmp
|
||||||
$your_image_viewer out.bmp
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## todo
|
## todo
|
||||||
|
|
Loading…
Reference in a new issue