<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div></div><div><br><div><div>On 18 août 2014, at 16:05, Dan Mercik <<a href="mailto:mercikd@thomas.edu">mercikd@thomas.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Good Morning,<br><br><br><br>                       The demonstration you showed me works great, however if I wanted to do 20 images that would take  some time. So, I tried doing a for loop which didn't work exactly how I wanted it to work. I would like the program to take any amount of images and output them side by side , any ideas? The attachment shows the for loop I used similar to TileImageFilter CreateVolume example however when I use it for some odd reason only one image is being display side by side multiple times.<br><br><br><br>Daniel Mercik<br><br>Computer Science Major<br><br>Service Desk Technician<br><br>Thomas College<br><br>________________________________<br>From: Michka Popoff <<a href="mailto:michkapopoff@gmail.com">michkapopoff@gmail.com</a>><br>Sent: Wednesday, August 13, 2014 2:32 AM<br>To: Dan Mercik<br>Cc: ITK Mailing List;<span class="Apple-converted-space"> </span><a href="mailto:community@itk.org">community@itk.org</a><br>Subject: Re: [ITK-users] TileImageFilter SideBySide<br><br>Hi<br><br><br>Moving this mail to the new community mailing list<br><br><br>For your problem, you should use the setLayout method [1]<br><br><br>For 4 images, that would be:<br><br><br><br>itk::FixedArray< unsigned int, 2 > layout;<br><br>layout[0] = 4;<br>layout[1] = 0;<br><br><br>Michka<br><br><br>[1] <a href="http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/TileImageFilter_SideBySide">http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/TileImageFilter_SideBySide</a><br><br>On 13 ao?t 2014, at 01:06, Dan Mercik <<a href="mailto:mercikd@thomas.edu">mercikd@thomas.edu</a><<a href="mailto:mercikd@thomas.edu">mailto:mercikd@thomas.edu</a>>> wrote:<br><br>Good Afternoon,<br><br><br><br>                  I want to know if it's possible to have more than two image be side by side vertically? If so what would I have to change in the algorithm, would I have to make a loop for the amount of input images? Any help would be greatly appreciative.<br><br><br><br>Daniel Mercik<br><br>Computer Science Major<br><br>Service Desk Technician<br><br>Thomas College<br>_____________________________________<br>Powered by<span class="Apple-converted-space"> </span><a href="http://www.kitware.com/">www.kitware.com</a><<a href="http://www.kitware.com/">http://www.kitware.com/</a>><br><br>Visit other Kitware open-source projects at<br><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Kitware offers ITK Training Courses, for more information visit:<br><a href="http://www.kitware.com/products/protraining.php">http://www.kitware.com/products/protraining.php</a><br><br>Please keep messages on-topic and check the ITK FAQ at:<br><a href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://public.kitware.com/mailman/listinfo/insight-users">http://public.kitware.com/mailman/listinfo/insight-users</a><br><br><span><TileImageFilter_SideBySide.cxx></span><span><Tilesidebyside.JPG></span></div></blockquote></div><br></div></body></html>