rii-mango/Daikon

Opening a Zipped DICOM File

dgutman opened this issue · 2 comments

I was wondering if Diakon can also read a zipped DICOM directory... I'm starting to store my DICOM data as a single ZIP file whenever I can...

I've used JSZIP in the past to open a zip file and then access individual files; just wanted to see if there's already a mechanism with Daikon that supports this before I try hacking the two together..

There's not really, but Daikon does have pako as a dependency (which JSZip also uses I think). So it's there already in the daikon.min.js build.