rii-mango / Daikon

A JavaScript DICOM reader.
Other
220 stars 54 forks source link

Opening a Zipped DICOM File #28

Closed dgutman closed 1 year ago

dgutman commented 5 years ago

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..

martinezmj-ims commented 5 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.

dgutman commented 5 years ago

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 .