<img width="1708" height="287" alt="Image" src="https://github.com/user-attachments/assets/1d462916-68ea-46bb-89da-876c42252c56" /> I just wrote this code ```typescript readImageDicomFileSeries({ inputImages: [...fileList] }).then(d => { const img = vtkITKHelper.convertItkToVtkImage(d.outputImage); } ```