rii-mango / Daikon

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

Cant open encapsulated PDF. #48

Closed hilmican-yuksel closed 1 year ago

hilmican-yuksel commented 2 years ago

getEncapsulatedData() function is looking for pixel data. But in my case, dicom file doesnt have pixel data. And i think daikon doesnt read Encapsulated Document tag. How can I open or read this pdf data with daikon.js

neurolabusc commented 1 year ago

@hilmican-yuksel I am unaware of a PDF-based DICOM transfer syntax. DICOM only requires tools to support the uncompressed transfer syntax. While Daikon supports the most popular forms of data compression, supporting rare and non-standard encapsulated data is beyond the scope of this project.

hilmican-yuksel commented 1 year ago

@neurolabusc Thanks for your reply.