Closed dgutman closed 2 years ago
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.
Thanks.. I'll see if I can hack together a loader.. if it works I'll make a branch if it winds up being useful..
Thanks
On Thu, Feb 7, 2019, 11:12 PM Michael Martinez notifications@github.com wrote:
There's not really, but Daikon does have pako https://github.com/nodeca/pako as a dependency (which JSZip also uses I think). So it's there already in the daikon.min.js build.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rii-mango/Daikon/issues/28#issuecomment-461684693, or mute the thread https://github.com/notifications/unsubscribe-auth/AArhzvq2xad6b11oq3EiMN-p_mtCeTNXks5vLPlIgaJpZM4asSND .
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..