-
Notifications
You must be signed in to change notification settings - Fork 1
Vol2Jpg
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
This program converts a spider volume into Jpeg
If you don't want to specify the number of slices in a single row (width) of the output, simply use
$ convert_vol2jpg inputVol outputJpg
If you want to specify the number of slices in a single row (width) of the output, use
$ convert_vol2jpg inputVol outputJpg width
To convert a Spider volume into Jpeg with 10 slices per row:
$ convert_vol2jpg myvolume.vol myvolume.jpg 10
-- Main.CoSS - 12 Mar 2010