# I want to know how the slicer can display two sets of images at the same timeI want to know how the slicer can display two sets of images at the same time

**URL:** https://discourse.vtk.org/t/i-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-timei-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-time/11486
**Category:** Development
**Tags:** code
**Created:** [May 18, 2023, 1:48pm UTC](https://discourse.vtk.org/t/i-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-timei-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-time/11486 "2023-05-18T13:48:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![marlon.ma](https://discourse.vtk.org/user_avatar/discourse.vtk.org/marlon.ma/32/6091_2.png) [@marlon.ma](https://discourse.vtk.org/u/marlon.ma)
#### Post date: [May 18, 2023, 1:48pm UTC](https://discourse.vtk.org/t/i-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-timei-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-time/11486/1 "2023-05-18T13:48:52Z")

</div>

I want to know how slicer can display two sets of images in a vtk window and can set Opacity. And they can interact with the slicer at the same time, I want to display two sets of mpr images in a vtk window. I ran into some difficulty, I tried reslicing the images by blending them, but they are not aligned in physical space. I also tried to fuse the data before reslicing, but there is no way to meet the speed requirements of manual registration.

---

<div class="post-metadata">

### Author: ![lassoan](https://discourse.vtk.org/user_avatar/discourse.vtk.org/lassoan/32/50_2.png) [@lassoan](https://discourse.vtk.org/u/lassoan)
#### Post date: [May 20, 2023, 4:38am UTC](https://discourse.vtk.org/t/i-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-timei-want-to-know-how-the-slicer-can-display-two-sets-of-images-at-the-same-time/11486/2 "2023-05-20T04:38:34Z")

</div>

Slicer is free, open-source software, so you can have a look at the [source code](https://github.com/Slicer/Slicer) and see how everything is implemented.

You can even copy any parts of it into your software, but if you want to use Slicer features then we generally recommend to customize and extend Slicer instead of reimplement or copy it piece by piece. You can fully customize the user interface to only show what you need and add any additional features - see [Slicer Custom Application Template](https://www.kitware.com/slicercat-creating-custom-applications-based-on-3d-slicer/#:~:text=Workflow%20for%20creating%20a%20custom%20Slicer%20application%3A%201,custom%20modules%20%28optional%29%206%20Build%20the%20custom%20app) for details.
