Hi, everybody<br><br>we have found some large multi-frame DICOM images we need to load into our application (about 800x555 and ~500-600 frames). Until now we had not considered multi-frame images a problem because the resolution and number of frames tended to be low. However, right now we are facing the need to read these images dividing them in pieces and loading them in memory piece by piece.<br>
Is there a way to load a specified number of frames, from a multi-frame dicom image, without loading all the frames?<br clear="all">We are using version 3.20.0.<br>We have already tried to connect a RegionOfInterestImageFilter
after the ImageFileReader with no success (or we did
something wrong): the reader tries to read always all the frames.<br>We also tried to set an ImageIORegion explicitly to the GDCMImageIO object but it did not work either.<br><br>Thanks in advance<br><br>-- <br>Stefano<br>
<br>