pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
281 stars 78 forks source link

load images from cli #105

Open YazdanSalimi opened 10 months ago

YazdanSalimi commented 10 months ago

Hello. I am trying to load images by CLI with ITKSNAP. I use the command line such as ITK SNAP -g image1 -s segment -o image2 -o image3 only the first and second images are shown. I am using windows to call it. could you please help?> Thanks you

abiancardi commented 10 months ago

Hi Yazdan, Try using a single -o followed by an arbitrary number of filenames. In your case ITKSNAP -g image1 -s segment -o image2 image3

BW