chafey / dicomp10-to-dicomweb-js

Code to convert from a dicomp10 file to dicomweb format (json metadata + frames + bulkdata)
MIT License
19 stars 3 forks source link

Clean up image frame/video handling #20

Open wayfarer3130 opened 2 years ago

wayfarer3130 commented 2 years ago

The image frame/video handling is kind of ugly because there are multiple components and naming dealing with writing that data. This should probably be rewritten to not use side affects for frame numbers and to directly generate the paths etc in a way that can be re-used but also intercepted to allow modifications to the data to be written.