Skip to content

Vol2Jpg

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

convert_vol2jpg

Purpose

This program converts a spider volume into Jpeg

Usage

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


Examples and notes

To convert a Spider volume into Jpeg with 10 slices per row:


$ convert_vol2jpg myvolume.vol myvolume.jpg 10


-- Main.CoSS - 12 Mar 2010

Clone this wiki locally