Replies: 1 comment
-
|
Until then, some more notes and possible workarounds:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having a very large Vec (a few hundred MB), I'm wondering if it's possible to load the DICOM into memory with all its parameters, but without certain tags (e.g. PixelData), so that the memory footprint would be ~3 MB instead of 300 MB.
Looking at the API, I only found
read_until, which stops reading at a specified tag, but I couldn't find a function like read_except(tags: &[Tag])Does anything like that exist?
If not, is there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions