Hi, I have a TImageEnMIO that's attached to a TIEMultiBitmap that contains about 1000+ images. I then save the TIEMultiBitmap as a DICOM file, using TImageEnMIO.SaveToFileDicom...
I would like to see the saving progress in terms of the overall progress. Is this possible?
In the OnProgress event for the TImageEnMIO, the percentage completion value seems to be for each individual frame/image, so it runs from 0 to 100, then resets to 0 again for the next frame/image and so on.