Hi, is there a way to render a full series of a study in JPEG, instead of rendering each instance separately?
The reason is I’m trying to create a print page with tomography frames, but I take too much time to render each instance to mount the page.
1 Like
Hi,
No, there’s nothing built-in Orthanc to do that.
You can still add a rest API route in python to do it but, it would probably not be faster than what you are already doing.
HTH,
Alain
Thanks for the answer.
Which method would be the fastest to achieve this, even instance by instance, using REST API?
Hello,
I have added a sample code that explains how to generate a mosaic from a series in a Python plugin: Python plugin for Orthanc — Orthanc Book documentation
Kind Regards,
Sébastien-
1 Like