Hi,
using version 4.0.5
my goal: to display in tksurfer an inflated brain with curvature and an *outlined* label, using a tcl-script.
there are probably numerous ways, i did:
tksurfer "subject" rh inflated -gray -tcl tksurf.tcl
where tksurf.tcl contains:
make_lateral_view
rotate_brain_x -90
redraw
labl_load "label-file"
set gaLinkedVars(redrawlockflag) 0
SendLinkedVarGroup redrawlock
set gaLinkedVars(labelstyle) 1
SendLinkedVarGroup view
save_tiff "tiff_file.tiff"
all works except for the label to be outlined. any suggestions?
thanks!
-joost