You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: freeview/main.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ int main(int argc, char *argv[])
200
200
"':overlay_custom=[filename]val,r,g,b,val2,r2,g2,b2...' Set customized overlay color. If only given one argument as filename, customized color scale will be loaded from the given file.\n\n"
201
201
"':overlay_opacity=opacity' Set opacity of overlay.\n\n"
202
202
"':overlay_threshold=low,(mid,)high(,percentile)' Set overlay threshold values, separated by comma. When overlay method is linear or linearopaque, only 2 numbers (low and high) are needed. When method is piecewise, 3 numbers are needed. If last element is 'percentile', use the give numbers as percentile.\n\n"
203
+
"':overlay_offset=offset' Set the offset for overlay threshold setting.\n\n"
203
204
"':overlay_mask=filename(,invert)' Use given label file as mask for overlay. If invert is specified, use the inverted mask.\n\n"
204
205
"':overlay_frame=frame_number' Set active frame of multi-frame overlay.\n\n"
205
206
"':overlay_smooth=smooth_steps' Set smooth steps for overlay.\n\n"
0 commit comments