Browse Source

Clarified stackability of output types

tags/v1.8.0
technobird22 4 years ago
parent
commit
4b9aa8b886
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@@ -62,7 +62,7 @@ Apply a falsecolor palette
### Arguments ### Arguments


``` ```
-i [r|a|b|t|m|p] Output type (kinda stackable)
-i [r|a|b|t|m|p] Output type (stackable*)
-e [t|h|l|d|p|f] Effects (stackable) -e [t|h|l|d|p|f] Effects (stackable)
-o <path> Output filename -o <path> Output filename
-d <path> Destination directory -d <path> Destination directory
@@ -73,6 +73,7 @@ Apply a falsecolor palette
-g Gamma adjustment (1.0 = off) -g Gamma adjustment (1.0 = off)
-k Map offset (in px, default: 0) -k Map offset (in px, default: 0)
``` ```
\* Should work with all combinations, but temperature needs to be done last as it calibrates the buffer


### Image output types ### Image output types




Loading…
Cancel
Save