itksnap icon indicating copy to clipboard operation
itksnap copied to clipboard

load images from cli

Open YazdanSalimi opened this issue 1 year ago • 1 comments

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

YazdanSalimi avatar Aug 28 '23 09:08 YazdanSalimi

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

abiancardi avatar Sep 14 '23 09:09 abiancardi